Update fp doc generation.

This commit is contained in:
John-David Dalton
2016-02-14 20:04:35 -08:00
parent 19613be861
commit cf1a4f893f
3 changed files with 104 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
"build:main": "node lib/main/build-dist.js",
"build:main-modules": "node lib/main/build-modules.js",
"doc": "node lib/main/build-doc github",
"doc:fp": "node lib/fp/build-doc",
"doc:site": "node lib/main/build-doc site",
"prepublish": "npm run style",
"pretest": "npm run build",