Преглед изворни кода

Build using npm start, added missing deps

Pawel Misiurski пре 9 година
родитељ
комит
c03d597902
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -9,6 +9,7 @@
     "test": "test"
     "test": "test"
   },
   },
   "scripts": {
   "scripts": {
+    "start": "cd ./utils/build && node build.js --include common --include extras",
     "test": "echo \"Error: no test specified\" && exit 1"
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   },
   "repository": {
   "repository": {
@@ -28,7 +29,9 @@
   },
   },
   "homepage": "http://threejs.org/",
   "homepage": "http://threejs.org/",
   "devDependencies": {
   "devDependencies": {
+    "argparse": "^1.0.3",
     "jscs": "^1.13.1",
     "jscs": "^1.13.1",
-    "lodash": "^3.10.0"
+    "lodash": "^3.10.0",
+    "uglify-js": "^2.6.0"
   }
   }
 }
 }