Merge branch 'master' into #94-oracle-sender-retry

This commit is contained in:
Alexander Kolotov 2019-06-14 16:35:44 +03:00 committed by GitHub
commit 14b5968efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

@ -4,7 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"deploy": "node deploy.js",
"start": "mocha"
},
"author": "",

@ -6,7 +6,5 @@
"devDependencies": {
"selenium-webdriver": "3.6.0"
},
"scripts": {
"deploy": "node ./scripts/deploy.js"
}
"scripts": {}
}