Skip to content

Commit dac383e

Browse files
committed
Fix the version of ts to 2.5
1 parent 387fc20 commit dac383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"travis-fold": "latest",
7575
"ts-node": "latest",
7676
"tslint": "latest",
77-
"typescript": "next"
77+
"typescript": "^2.5"
7878
},
7979
"scripts": {
8080
"pretest": "jake tests",

0 commit comments

Comments
 (0)