fp docs - Split lib/doc/apply-fp-mapping into multiples files.

This commit is contained in:
Jeroen Engels
2016-02-09 11:03:34 +01:00
committed by John-David Dalton
parent 39735df82f
commit 6f4099c20b
8 changed files with 1067 additions and 924 deletions

View File

@@ -46,7 +46,8 @@
"style:main": "jscs lodash.js",
"style:perf": "jscs perf/*.js perf/**/*.js",
"style:test": "jscs test/*.js test/**/*.js",
"test": "npm run test:main && npm run test:fp",
"test": "npm run test:main && npm run test:fp && npm run test:docs",
"test:docs": "node test/test-fp-doc",
"test:fp": "node test/test-fp",
"test:main": "node test/test"
}