Changed doc gen to match gh-pages #19

Merged
filipnyquist merged 2 commits from filipnyquist-patch-1 into master 2017-09-20 22:45:57 +02:00
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,7 +1,7 @@
node_modules
.DS_Store
/dist
/doc
/docs
npm-debug.log
*.retry
.vscode
.vscode

View file

@ -29,7 +29,7 @@
"test": "npm run lint && npm run mocha",
"prod": "npm run build && node dist/",
"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": {
"app-root-path": "^2.0.1",