简化 jsdoc 相关设置

This commit is contained in:
luk.lu
2021-06-07 10:50:13 +08:00
parent 812ce057a2
commit d0500a9730
3 changed files with 5 additions and 4 deletions

View File

@@ -15,12 +15,10 @@
},
"devDependencies": {
"docdash": "^1.2.0",
"jaguarjs-jsdoc": "^1.1.0",
"jsdoc": "^3.6.6",
"minami": "^1.2.3"
"jsdoc": "^3.6.6"
},
"scripts": {
"setup": "npm install"
"doc": "jsdoc ./index.js -t node_modules/docdash --verbose"
},
"author": ""
}