Skip to content

Commit 7530e40

Browse files
Add support for Node 7
1 parent 42ea673 commit 7530e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -29,9 +29,9 @@
2929
"dependencies": {
3030
"bplist-parser": "0.1.0",
3131
"colors": "0.6.2",
32-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.1",
32+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.15.0",
3333
"lodash": "3.2.0",
34-
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.3",
34+
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.4",
3535
"osenv": "0.1.3",
3636
"plist": "1.1.0",
3737
"shelljs": "0.7.0",

0 commit comments

Comments
 (0)