- Breaking change: In interests of modularity/removing globals, remove window.svgCanvas
and `svgCanvas.ready` as used by older extensions; use `svgEditor.canvas` and
`svgEditor.ready` instead
- npm: Add `prepare` script to ensure building/testing before publish
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"prepare": "npm test",
|
||||
"build-config": "rollup -c rollup-config.config.js",
|
||||
"build-doc": "rm -rf docs/jsdoc/*;jsdoc -d docs/jsdoc -c docs/jsdoc-config.json .",
|
||||
"build-html": "node build-html.js",
|
||||
|
||||
Reference in New Issue
Block a user