Skip to content

Commit

Permalink
71 dependencies (#74)
Browse files Browse the repository at this point in the history
* move better-npm-audit to devdependency

* move nyc to devdependency

* move @types/node to devdependency
  • Loading branch information
AD1306 authored May 28, 2024
1 parent 545ba59 commit 5a66bd3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
},
"devDependencies": {
"@types/jasmine": "^4.3.1",
"@types/node": "^20.12.12",
"better-npm-audit": "^3.7.3",
"jasmine": "^4.5.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.0.2"
},
"dependencies": {
"@types/node": "^18.11.15",
"better-npm-audit": "^3.7.3",
"nyc": "^15.1.0"
}
}

0 comments on commit 5a66bd3

Please sign in to comment.