Skip to content

Commit da395dd

Browse files
Update fibers and ios-sim usage
Update package.json to use fibers version 1.0.5.1 (it is the same as the currently used from branch vladimirov/fibers_1_0_5_fixes). v.1.0.5.1 includes prebuilt binaries for nodejs 0.12 Use ios-sim-portable version 1.0.2 - it is the same as the master branch. IMPORTANT: This pull request can be merged ONLY AFTER we publish version 1.0.1 of ios-sim-portable. This requires merge of NativeScript/ios-sim-portable#16
1 parent 6daace8 commit da395dd

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
@@ -27,10 +27,10 @@
2727
"byline": "4.1.1",
2828
"colors": "0.6.2",
2929
"ffi": "https://github.com/icenium/node-ffi/tarball/master",
30-
"fibers": "https://github.com/icenium/node-fibers/tarball/vladimirov/fibers_1_0_5_fixes",
30+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
3131
"filesize": "2.0.3",
3232
"iconv-lite": "0.4.4",
33-
"ios-sim-portable": "https://github.com/telerik/ios-sim-portable/tarball/master",
33+
"ios-sim-portable": "1.0.2",
3434
"lockfile": "1.0.0",
3535
"lodash": "2.4.1",
3636
"log4js": "0.6.9",
@@ -74,6 +74,6 @@
7474
},
7575
"license": "Apache-2.0",
7676
"engines": {
77-
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
77+
"node": ">=0.10.26 <0.10.34 || >=0.10.35 <0.11.0"
7878
}
7979
}

0 commit comments

Comments
 (0)