- Update: Copy of core-js and qr-manipulation

- npm: Add `underscore` to copy script
- npm: Make `copy`, `compress-images`, `start-embedded`, `build-docs-remove`
  scripts cross-platform; add `start-allow-origin` script
- npm: Update devDeps/`package-lock.json`
This commit is contained in:
Brett Zamir
2019-12-27 07:32:39 +08:00
parent 1d590400f4
commit eb4401e998
8 changed files with 2105 additions and 3656 deletions

6
.ncurc.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
"reject": [
// Old copy with jspdf which needs updating: https://github.com/SVG-Edit/svgedit/issues/51
"underscore"
]
};