Skip to content

Commit

Permalink
Merge pull request IITC-CE#774 from modos189/feature/jsdoc-in-dev-dep…
Browse files Browse the repository at this point in the history
…endencies

Added jsdoc dependencies to devDependencies
  • Loading branch information
modos189 authored Nov 2, 2024
2 parents 98b0b77 + 11d35d7 commit 25625a2
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 25625a2

Please sign in to comment.