Skip to content

Commit 2a554f1

Browse files
committed
[TIMOB-18538] Update node-ios-device for Node 0.12 compatibility
1 parent 7fa1132 commit 2a554f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tail the simulator's system.log and extract the log messages.
2020
## Prerequisites
2121

2222
This library current depends on [node-ios-device](https://github.com/appcelerator/node-ios-device)
23-
and thus is currently compatible with Node.js version 0.8.0 through 0.11.13.
23+
and thus is currently compatible with Node.js version 0.8.0 through 0.12.0.
2424

2525
## Installation
2626

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioslib",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "iOS Utility Library",
55
"keywords": [
66
"appcelerator",
@@ -34,7 +34,7 @@
3434
"always-tail": "~0.1.1",
3535
"async": "~0.9.0",
3636
"node-appc": "0.2.17",
37-
"node-ios-device": "~0.3.1",
37+
"node-ios-device": "~0.3.2",
3838
"simple-plist": "~0.0.2"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)