Add scripts to generate the docs for lodash/fp.

This commit is contained in:
Jeroen Engels
2016-01-29 00:09:27 +01:00
committed by John-David Dalton
parent fbfa578c11
commit 66d6e226a9
3 changed files with 133 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"glob": "^6.0.4",
"istanbul": "0.4.2",
"jquery": "^2.2.0",
"jscodeshift": "^0.3.13",
"jscs": "^2.9.0",
"lodash": "^3.10.1",
"platform": "^1.3.1",
@@ -35,6 +36,8 @@
"build:main": "node lib/main/build-dist.js",
"build:main-modules": "node lib/main/build-modules.js",
"doc": "node lib/doc/build github",
"doc:fp": "node lib/doc/build --fp github",
"doc:fp:site": "node lib/doc/build --fp site",
"doc:site": "node lib/doc/build site",
"pretest": "npm run build",
"style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test",