- Build: Fix build input for xdomain; update external files per latest

- Docs: Update dev. license badge per latest
- Linting (LGTM): Fix paths
- Linting (ESLint): Fix ignore path
- npm: Fix copy file paths
This commit is contained in:
Brett Zamir
2020-08-05 18:05:34 +08:00
parent 0255938873
commit 4c14de143b
9 changed files with 39 additions and 18 deletions

View File

@@ -39,7 +39,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script type="module" src="../xdomain-svgedit-config-es.js"></script>
<script type="module" src="xdomain-svgedit-config-es.js"></script>
<!-- FEEDS -->
<link rel="alternate" type="application/atom+xml"

View File

@@ -39,7 +39,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script defer="defer" src="../xdomain-svgedit-config-iife.js"></script>
<script defer="defer" src="xdomain-svgedit-config-iife.js"></script>
<!-- FEEDS -->
<link rel="alternate" type="application/atom+xml"