Skip to content

Commit

Permalink
Added jsdoc dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Oct 31, 2024
1 parent 98b0b77 commit 11d35d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"mocha": "^9.2.2",
"prettier": "^3.3.3"
"jsdoc": "^4.0.4",
"mocha": "^10.1.0",
"prettier": "^3.3.3",
"taffydb": "^2.7.3",
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"build": "npm run build:local",
Expand Down

0 comments on commit 11d35d7

Please sign in to comment.