Skip to content

Commit

Permalink
v0.6.0. Update npm deps including node-ios-device to v0.5.0 which add…
Browse files Browse the repository at this point in the history
…s support for Node.js 0.10.40, 0.12.5 as well as io.js 2.5 and 3.0.
  • Loading branch information
cb1kenobi committed Aug 7, 2015
1 parent ec9309f commit 9225333
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioslib",
"version": "0.5.0",
"version": "0.6.0",
"description": "iOS Utility Library",
"keywords": [
"appcelerator",
Expand Down Expand Up @@ -37,13 +37,13 @@
"lib": "./lib"
},
"dependencies": {
"always-tail": "^0.1.1",
"async": "^1.4.0",
"bplist-parser": "^0.1.0",
"mkdirp": "^0.5.1",
"always-tail": "0.1.1",
"async": "1.4.1",
"bplist-parser": "0.1.0",
"mkdirp": "0.5.1",
"node-appc": "0.2.28",
"node-ios-device": "0.4.1",
"sqlite3": "^3.0.10"
"node-ios-device": "0.5.0",
"sqlite3": "3.0.10"
},
"devDependencies": {
"mocha": "^2.2.5",
Expand Down

0 comments on commit 9225333

Please # to comment.