jsdoc fixes

This commit is contained in:
Kevin Jahns
2018-11-25 05:43:18 +01:00
parent 9f9f465238
commit e4a5f2caec
7 changed files with 22 additions and 16 deletions

View File

@@ -10,13 +10,14 @@
"watch": "rollup -wc",
"debug": "concurrently 'rollup -wc' 'cutest-serve build/y.test.js -o'",
"lint": "standard **/*.js",
"docs": "ls -al && rm -rf docs; ! jsdoc --configure ./.jsdoc.json --verbose --readme ./README.md --package ./package.json",
"docs": "rm -rf docs; ! jsdoc --configure ./.jsdoc.json --verbose --readme ./README.md --package ./package.json",
"serve-docs": "npm run docs && serve ./docs/",
"postversion": "npm run build"
},
"files": [
"src/*",
".esdoc.json",
".jsdoc.json",
"docs/*",
"build/*",
"lib/*",