Skip to content

Commit

Permalink
Merge pull request #73 from asarazan/fix/dependencies
Browse files Browse the repository at this point in the history
move typescript to dependencies
  • Loading branch information
asarazan authored Feb 29, 2024
2 parents 13e70dc + 6716316 commit 54c8c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"nodemon": "^2.0.19",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"ts-node": "^10.4.0"
},
"dependencies": {
"@typescript/vfs": "^1.4.0",
"glob": "^7.2.0",
"indent-string": "^4.0.0",
"lodash": "^4.17.21",
"promisify": "^0.0.3",
"yargs": "^17.2.1"
"yargs": "^17.2.1",
"typescript": "^4.4.4"
}
}

0 comments on commit 54c8c2e

Please sign in to comment.