[Documentation] Changes doc output directory

MissionControl/vista#21
This commit is contained in:
Victor Woeltjen 2015-08-03 12:33:20 -07:00
parent 64e2de7aa6
commit 867b5f726a
5 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
"start": "node app.js",
"test": "karma start --single-run",
"jshint": "jshint platform example || exit 0",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs/api",
"otherdoc": "node docsrc/gendocs.js --in docsrc --out docs",
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
"otherdoc": "node docs/gendocs.js --in docs --out target/docs",
"docs": "npm run jsdoc ; npm run otherdoc"
},
"repository": {