- 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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user