version 3.0.0 API Docs (#4943)

* Adds documentation and docs generation upon merge

* nits
This commit is contained in:
Florent Vilmart
2018-08-09 16:20:13 -04:00
parent 457d51a972
commit 0571675fcd
10 changed files with 465 additions and 3 deletions

View File

@@ -60,6 +60,9 @@
"gaze": "1.1.3",
"jasmine": "3.1.0",
"jasmine-spec-reporter": "^4.1.0",
"jsdoc": "^3.5.5",
"jsdoc-babel": "^0.4.0",
"minami": "^1.2.3",
"mongodb-runner": "4.0.0",
"nodemon": "1.18.3",
"nyc": "^12.0.2",
@@ -67,6 +70,7 @@
"supports-color": "^5.4.0"
},
"scripts": {
"docs": "jsdoc -c ./jsdoc-conf.json",
"dev": "npm run build && node bin/dev",
"lint": "flow && eslint --cache ./",
"build": "babel src/ -d lib/ --copy-files",