Merge pull request #19 from lbryio/filipnyquist-patch-1

Changed doc gen to match gh-pages
This commit is contained in:
Fillerino 2017-09-20 22:45:56 +02:00 committed by GitHub
commit 7a517456b7
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",