Skip to content

Commit 6cf963c

Browse files
committed
Merge pull request #11 from skypanther/TIMOB-18538
[TIMOB-18538] Update node-ios-device for Node 0.12 compatibility
2 parents 80ab96a + f05833f commit 6cf963c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

2323
## Installation
2424

package.json

+3-3
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",
@@ -33,8 +33,8 @@
3333
"dependencies": {
3434
"always-tail": "~0.1.1",
3535
"async": "~0.9.0",
36-
"node-appc": "0.2.17",
37-
"node-ios-device": "~0.3.1",
36+
"node-appc": "0.2.24",
37+
"node-ios-device": "~0.3.2",
3838
"simple-plist": "~0.0.2"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)