Skip to content

Commit

Permalink
Upgrade JSDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Mar 13, 2024
1 parent 0772480 commit 1b7f9ea
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 36 deletions.
2 changes: 1 addition & 1 deletion build/jsdoc.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": {
"include": [
".",
"src",
"package.json",
"README.md"
],
Expand Down
55 changes: 24 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:mocha": "mocha test/**/*.test.js",
"test:jest": "jest --config test/jest.config.js",
"test": "npm run lint && npm run test:mocha && npm run test:jest",
"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",
"docs": "rm -Rf ./docs/* && jsdoc --configure build/jsdoc.conf.json",
"deploy": "npm test && npm run docs && npm run webpack && npm run types && npm run types:test",
"lint": "npx eslint src",
"lint:fix": "npx eslint --fix src",
Expand All @@ -31,16 +31,15 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.5",
"docdash": "^1.2.0",
"docdash": "^2.0.2",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.0",
"jsdoc": "^4.0.2",
"jsdoc-tsimport-plugin": "^1.0.5",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"rewiremock": "^3.13.9",
"taffydb": "^2.7.3",
"typescript": "^4.7.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit 1b7f9ea

Please sign in to comment.