Merge pull request #19 from lbryio/filipnyquist-patch-1
Changed doc gen to match gh-pages
This commit is contained in:
commit
7a517456b7
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
node_modules
|
||||
.DS_Store
|
||||
/dist
|
||||
/doc
|
||||
/docs
|
||||
npm-debug.log
|
||||
*.retry
|
||||
.vscode
|
||||
.vscode
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue