Browse Source

Package: Renamed editor-start to just editor.

Mr.doob 8 years ago
parent
commit
b79a03737d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "dev": "rollup -c -w",
     "dev": "rollup -c -w",
     "lint": "eslint src",
     "lint": "eslint src",
     "test": "rollup -c test/rollup.unit.config.js -w",
     "test": "rollup -c test/rollup.unit.config.js -w",
-    "editor-start": "electron ./editor/main.js"
+    "editor": "electron ./editor/main.js"
   },
   },
   "keywords": [
   "keywords": [
     "three",
     "three",