Changed doc gen to match gh-pages #19
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/dist
|
/dist
|
||||||
/doc
|
/docs
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
*.retry
|
*.retry
|
||||||
.vscode
|
.vscode
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"test": "npm run lint && npm run mocha",
|
"test": "npm run lint && npm run mocha",
|
||||||
"prod": "npm run build && node dist/",
|
"prod": "npm run build && node dist/",
|
||||||
"mocha": "./node_modules/.bin/mocha --compilers js:babel-register --require babel-polyfill",
|
"mocha": "./node_modules/.bin/mocha --compilers js:babel-register --require babel-polyfill",
|
||||||
"gendoc": "apidoc -i server/ -o doc/"
|
"gendoc": "apidoc -i server/ -o docs/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-root-path": "^2.0.1",
|
"app-root-path": "^2.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue