提交 c03d5979 编写于 作者: P Pawel Misiurski

Build using npm start, added missing deps

上级 04f2c86a
......@@ -9,6 +9,7 @@
"test": "test"
},
"scripts": {
"start": "cd ./utils/build && node build.js --include common --include extras",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
......@@ -28,7 +29,9 @@
},
"homepage": "http://threejs.org/",
"devDependencies": {
"argparse": "^1.0.3",
"jscs": "^1.13.1",
"lodash": "^3.10.0"
"lodash": "^3.10.0",
"uglify-js": "^2.6.0"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册