Add back fp build-modules files.

This commit is contained in:
John-David Dalton
2016-01-25 00:16:23 -08:00
parent 258ad020ed
commit c49ace5587
12 changed files with 172 additions and 43 deletions

View File

@@ -29,6 +29,7 @@
},
"scripts": {
"build": "node lib/main/build-dist.js && node lib/fp/build-dist.js",
"build-fp": "node lib/fp/build-modules.js",
"style": "jscs lodash.js lib/**/*.js",
"test": "npm run build && node test/test && node test/test-fp"
}