Skip to content

Commit c0af7fe

Browse files
committed
build(scripts): moved ts to dependencies
1 parent 066b268 commit c0af7fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
2323
},
2424
"dependencies": {
25-
"probot": "^12.2.1"
25+
"probot": "^12.2.1",
26+
"typescript": "^4.1.3"
2627
},
2728
"devDependencies": {
2829
"@types/jest": "^26.0.19",
@@ -31,8 +32,7 @@
3132
"nock": "^13.0.5",
3233
"nodemon": "^2.0.15",
3334
"smee-client": "^1.2.2",
34-
"ts-jest": "^26.4.4",
35-
"typescript": "^4.1.3"
35+
"ts-jest": "^26.4.4"
3636
},
3737
"engines": {
3838
"node": ">= 10.13.0"

0 commit comments

Comments
 (0)