Skip to content

Commit f09cea4

Browse files
committed
Use latest release of typescript 2.1.5
1 parent f41d569 commit f09cea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"glob-expand": "^0.2.1"
3737
},
3838
"peerDependencies": {
39-
"typescript": "^2.0.6 || >=2.1.0-dev || >=2.2.0-dev"
39+
"typescript": "^2.0.6 || ^2.1.5 || >=2.2.0-dev"
4040
},
4141
"devDependencies": {
4242
"@types/glob-expand": "^0.0.30",
@@ -55,6 +55,6 @@
5555
"mocha": "^3.0.2",
5656
"power-assert": "^1.4.2",
5757
"tslint": "^3.15.1",
58-
"typescript": "^2.0.10"
58+
"typescript": "^2.1.5"
5959
}
6060
}

0 commit comments

Comments
 (0)