Skip to content

Commit

Permalink
added jsdoc in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoVezzaro committed Nov 26, 2023
1 parent 4a97a10 commit 4c24426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"test:watch": "jest --watchAll",
"release": "release-it",
"docs": "jsdoc -c jsdoc.json"
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
Expand All @@ -32,6 +32,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"csvtojson": "^2.0.10",
"jsdoc": "^4.0.2",
"papaparse": "^5.4.1",
"rollup": "^4.5.2",
"taffydb": "^2.7.3",
Expand Down

0 comments on commit 4c24426

Please sign in to comment.