Skip to content

Commit af44291

Browse files
Merge pull request #32 from telerik/vladimirov/iojs-support
Add support for iojs
2 parents d6a32ba + d28d8a4 commit af44291

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.0.8",
3+
"version": "1.0.9-alpha",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/telerik/ios-sim-portable",
2828
"dependencies": {
29-
"NodObjC": "https://github.com/telerik/NodObjC/tarball/master",
29+
"NodObjC": "https://github.com/telerik/NodObjC/tarball/v1.0.0.0",
3030
"colors": "0.6.2",
31-
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
31+
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.0",
3232
"lodash": "3.2.0",
3333
"yargs": "1.2.2"
3434
},

0 commit comments

Comments
 (0)