Skip to content

Commit

Permalink
Merge pull request #32 from telerik/vladimirov/iojs-support
Browse files Browse the repository at this point in the history
Add support for iojs
  • Loading branch information
rosen-vladimirov committed Aug 12, 2015
2 parents d6a32ba + d28d8a4 commit af44291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-sim-portable",
"version": "1.0.8",
"version": "1.0.9-alpha",
"description": "",
"main": "./lib/ios-sim.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/telerik/ios-sim-portable",
"dependencies": {
"NodObjC": "https://github.com/telerik/NodObjC/tarball/master",
"NodObjC": "https://github.com/telerik/NodObjC/tarball/v1.0.0.0",
"colors": "0.6.2",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.0",
"lodash": "3.2.0",
"yargs": "1.2.2"
},
Expand Down

0 comments on commit af44291

Please sign in to comment.