Skip to content

Commit ef4fe82

Browse files
committed
Upgrade JSDoc
Signed-off-by: Florian Hotze <[email protected]>
1 parent f40c123 commit ef4fe82

File tree

3 files changed

+28
-36
lines changed

3 files changed

+28
-36
lines changed

build/jsdoc.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"source": {
99
"include": [
10-
".",
10+
"src",
1111
"package.json",
1212
"README.md"
1313
],

package-lock.json

+24-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:mocha": "mocha test/**/*.test.js",
2121
"test:jest": "jest --config test/jest.config.js",
2222
"test": "npm run lint && npm run test:mocha && npm run test:jest",
23-
"docs": "rm -Rf ./docs/* && jsdoc --configure build/jsdoc.conf.json && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
23+
"docs": "rm -Rf ./docs/* && jsdoc --configure build/jsdoc.conf.json",
2424
"deploy": "npm test && npm run docs && npm run webpack && npm run types && npm run types:test",
2525
"lint": "npx eslint src",
2626
"lint:fix": "npx eslint --fix src",
@@ -31,16 +31,15 @@
3131
"devDependencies": {
3232
"@types/jest": "^29.5.12",
3333
"@types/node": "^20.11.5",
34-
"docdash": "^1.2.0",
34+
"docdash": "^2.0.2",
3535
"eslint": "^8.56.0",
3636
"eslint-config-standard": "^17.1.0",
3737
"jest": "^29.7.0",
38-
"jsdoc": "^4.0.0",
38+
"jsdoc": "^4.0.2",
3939
"jsdoc-tsimport-plugin": "^1.0.5",
4040
"mocha": "^10.2.0",
4141
"proxyquire": "^2.1.3",
4242
"rewiremock": "^3.13.9",
43-
"taffydb": "^2.7.3",
4443
"typescript": "^4.7.3",
4544
"webpack": "^5.87.0",
4645
"webpack-cli": "^5.1.4"

0 commit comments

Comments
 (0)