Comparing version 0.2.4 to 0.2.5
@@ -16,7 +16,9 @@ # Your Project Name | ||
* You may want to check your Appium setup first by running: | ||
* You may want to verify your Appium setup first by running `appium-doctor`: | ||
```bash | ||
node ./node_modules/appium/bin/appium-doctor.js | ||
npm install appium-doctor | ||
./node_modules//.bin/appium-doctor.js | ||
``` | ||
* If you see popup "Instruments wants permission to analyze other processes." You need to allow access. | ||
@@ -85,3 +87,3 @@ You need to do this every time you install a new version of Xcode. | ||
. | ||
└── boilerplate-ios-automation | ||
└── projectRoot | ||
├── README.md | ||
@@ -88,0 +90,0 @@ ├── app |
exports.AppiumDriver = require('./kunlun'); | ||
exports.version = '0.2.4'; | ||
exports.version = '0.2.5'; |
{ | ||
"name": "kunlun", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": "Chaoyi Chen, Lillian Wang", | ||
@@ -19,3 +19,4 @@ "description": "Enhanced Appium JS Client", | ||
"bdd", | ||
"ios" | ||
"ios", | ||
"android" | ||
], | ||
@@ -40,5 +41,5 @@ "dependencies": { | ||
"grunt-cli": "^1.1.0", | ||
"grunt": "^0.4.5", | ||
"grunt": "^1.0.1", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-jscs": "^2.8.0" | ||
"grunt-jscs": "^3.0.0" | ||
}, | ||
@@ -50,2 +51,2 @@ "bugs": { | ||
"main": "index.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31092