Skip to content

Commit 9188a96

Browse files
Add support for Node.js 6
1 parent 01e8be0 commit 9188a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -28,9 +28,9 @@
2828
"dependencies": {
2929
"bplist-parser": "0.1.0",
3030
"colors": "0.6.2",
31-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3",
31+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.0",
3232
"lodash": "3.2.0",
33-
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.1",
33+
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.2",
3434
"osenv": "0.1.3",
3535
"plist": "1.1.0",
3636
"yargs": "3.15.0"
@@ -42,6 +42,6 @@
4242
"typescript": "1.7.5"
4343
},
4444
"engines": {
45-
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <6.0.0"
45+
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <7.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)