Skip to content

Commit a255abd

Browse files
committed
Update TypeScript to 1.6.2
Update required node version rules Update version
1 parent 44a9d43 commit a255abd

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
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "1.0.10-alpha",
3+
"version": "1.0.9-beta",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -36,9 +36,9 @@
3636
"grunt-contrib-clean": "0.6.0",
3737
"grunt": "0.4.5",
3838
"grunt-ts": "4.2.0",
39-
"typescript": "1.5.3"
39+
"typescript": "1.6.2"
4040
},
4141
"engines": {
42-
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
42+
"node": ">=0.10.40 <0.11.0 || >=0.12.8 <0.13.0 || >=4.2.1"
4343
}
4444
}

0 commit comments

Comments
 (0)