Skip to content

Commit b8c0b51

Browse files
Use updated fibers
Change package.json to use vladimirov/fibers_1_0_5_fixes branch where node-fibers are built with all the latest fixes. This is a temporary change that has to be removed after merging vladimirov/fibers_1_0_5_fixes into master of node-fibers repo. The temp change is required for testing purposes.
1 parent 6002106 commit b8c0b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/telerik/ios-sim-portable",
2828
"dependencies": {
2929
"colors": "0.6.2",
30-
"fibers": "https://github.com/icenium/node-fibers/tarball/master",
30+
"fibers": "https://github.com/icenium/node-fibers/tarball/vladimirov/fibers_1_0_5_fixes",
3131
"NodObjC": "https://github.com/telerik/NodObjC/tarball/master",
3232
"underscore": "1.6.0",
3333
"yargs": "1.2.2"

0 commit comments

Comments
 (0)