Reorg build, fp, and lib files.

This commit is contained in:
John-David Dalton
2016-01-16 11:18:56 -08:00
parent f555cd2303
commit 9d2d4f39bc
13 changed files with 45 additions and 160 deletions

View File

@@ -13,6 +13,7 @@
"dojo": "^1.10.4",
"ecstatic": "^1.4.0",
"fs-extra": "~0.26.4",
"glob": "^6.0.4",
"istanbul": "0.4.2",
"jquery": "^2.2.0",
"jscs": "^2.8.0",
@@ -27,7 +28,7 @@
"webpack": "^1.12.11"
},
"scripts": {
"build": "node lib/main/build.js && node lib/fp/build.js",
"build": "node lib/main/build-dist.js && node lib/fp/build-dist.js",
"style": "jscs lodash.js lib/**/*.js",
"test": "npm run build && node test/test && node test/test-fp"
}