From e33203914d6c1aa1ce07236058f288bf9a640dee Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 27 Dec 2019 11:37:44 +0800 Subject: [PATCH] - npm: Rename `open-allext` to remove "es"; regular `open` assumes es as well --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6ab2b09a..40cf778f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "scripts": { "prepublishOnly": "npm run prep", "build-by-config": "rollup -c rollup-config.config.js", - "open-es-allext-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js", - "open-es-allext": "run-p start open-es-allext-no-start", + "open-allext-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js", + "open-allext": "run-p start open-allext-no-start", "open-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html", "open": "run-p start open-no-start", "build-docs-remove": "rimraf \"docs/jsdoc/*\"",