Revert "Create session and basic interactions samples (#9907)" (#9915)

This reverts commit 061e264800.
This commit is contained in:
Dan Graham
2018-01-04 13:52:30 -08:00
committed by GitHub
parent 061e264800
commit 36cc935fc5
21 changed files with 1 additions and 281 deletions

View File

@@ -1,20 +0,0 @@
{
"name": "javascript-wd",
"version": "1.0.0",
"description": "Appium sample code using 'wd'",
"scripts": {
"test": "mocha test/**/*.test.js"
},
"author": "Dan Graham",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"mocha": "^4.1.0",
"wd": "^1.5.0"
}
}