Skip to content

Commit 483f133

Browse files
Merge pull request #209 from NativeScript/vladimirov/update-fibers-package
Update fibers and ios-sim usage
2 parents bb20627 + da395dd commit 483f133

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
@@ -28,10 +28,10 @@
2828
"byline": "4.1.1",
2929
"colors": "0.6.2",
3030
"ffi": "https://github.com/icenium/node-ffi/tarball/master",
31-
"fibers": "https://github.com/icenium/node-fibers/tarball/vladimirov/fibers_1_0_5_fixes",
31+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
3232
"filesize": "2.0.3",
3333
"iconv-lite": "0.4.4",
34-
"ios-sim-portable": "https://github.com/telerik/ios-sim-portable/tarball/master",
34+
"ios-sim-portable": "1.0.2",
3535
"lockfile": "1.0.0",
3636
"lodash": "2.4.1",
3737
"log4js": "0.6.9",
@@ -75,6 +75,6 @@
7575
},
7676
"license": "Apache-2.0",
7777
"engines": {
78-
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
78+
"node": ">=0.10.26 <0.10.34 || >=0.10.35 <0.11.0"
7979
}
8080
}

0 commit comments

Comments
 (0)