Skip to content

Commit

Permalink
* fix node_module size but moving TS to dev-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Livshitz committed Dec 11, 2023
1 parent dcecd27 commit 418017f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"*.ts"
],
"dependencies": {
"concurrency.libx.js": "^0.2.23",
"typescript": "^4.7.4"
"concurrency.libx.js": "^0.2.23"
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"typescript": "^4.7.4",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"jest-junit-reporter": "^1.1.0",
Expand Down

0 comments on commit 418017f

Please sign in to comment.