Skip to content

Commit 9225333

Browse files
committed
v0.6.0. Update npm deps including node-ios-device to v0.5.0 which adds support for Node.js 0.10.40, 0.12.5 as well as io.js 2.5 and 3.0.
1 parent ec9309f commit 9225333

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioslib",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "iOS Utility Library",
55
"keywords": [
66
"appcelerator",
@@ -37,13 +37,13 @@
3737
"lib": "./lib"
3838
},
3939
"dependencies": {
40-
"always-tail": "^0.1.1",
41-
"async": "^1.4.0",
42-
"bplist-parser": "^0.1.0",
43-
"mkdirp": "^0.5.1",
40+
"always-tail": "0.1.1",
41+
"async": "1.4.1",
42+
"bplist-parser": "0.1.0",
43+
"mkdirp": "0.5.1",
4444
"node-appc": "0.2.28",
45-
"node-ios-device": "0.4.1",
46-
"sqlite3": "^3.0.10"
45+
"node-ios-device": "0.5.0",
46+
"sqlite3": "3.0.10"
4747
},
4848
"devDependencies": {
4949
"mocha": "^2.2.5",

0 commit comments

Comments
 (0)