Skip to content

Commit 7291732

Browse files
committed
feat(tsfmt): run tests with typescript@2.2.1 and add typescript@>=2.3.0-dev support
1 parent 121a3e4 commit 7291732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
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.0-dev || >=2.2.0-dev || >=2.3.0-dev"
4040
},
4141
"devDependencies": {
4242
"@types/glob-expand": "^0.0.30",
4343
"@types/mocha": "^2.2.33",
44-
"@types/node": "^6.0.48",
44+
"@types/node": "^7.0.5",
4545
"@types/power-assert": "^1.4.29",
4646
"es6-promise": "^4.0.5",
4747
"espower-loader": "^1.2.0",
@@ -55,6 +55,6 @@
5555
"mocha": "^3.0.2",
5656
"power-assert": "^1.4.2",
5757
"tslint": "^3.15.1",
58-
"typescript": "^2.1.5"
58+
"typescript": "^2.2.1"
5959
}
6060
}

0 commit comments

Comments
 (0)