Update build scripts.

This commit is contained in:
John-David Dalton
2015-10-22 21:06:08 -07:00
parent 99287a89eb
commit ac16bc0e15
5 changed files with 77 additions and 31 deletions

View File

@@ -11,6 +11,7 @@
"docdown": "0.3.0",
"dojo": "~1.10.0",
"ecstatic": "^1.1.3",
"fs-extra": "~0.24.0",
"istanbul": "0.4.0",
"jquery": "~1.11.0",
"jscs": "^2.3.5",
@@ -25,6 +26,7 @@
"webpack": "^1.12.2"
},
"scripts": {
"build": "node lib/main/build.js && node lib/fp/build.js",
"style": "jscs lodash.js",
"test": "node test/test"
},