Skip to content

Commit

Permalink
build(scripts): moved ts to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divshekhar committed Jan 30, 2022
1 parent 066b268 commit c0af7fe
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 @@ -22,7 +22,8 @@
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
},
"dependencies": {
"probot": "^12.2.1"
"probot": "^12.2.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/jest": "^26.0.19",
Expand All @@ -31,8 +32,7 @@
"nock": "^13.0.5",
"nodemon": "^2.0.15",
"smee-client": "^1.2.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"ts-jest": "^26.4.4"
},
"engines": {
"node": ">= 10.13.0"
Expand Down

0 comments on commit c0af7fe

Please sign in to comment.