Skip to content

Commit

Permalink
Version Bump - Botium Core 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tremlfl committed Sep 6, 2019
1 parent 0a56818 commit 1d58402
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "botium-bindings",
"version": "2.0.16",
"version": "2.0.17",
"engines": {
"node": ">=6.0"
"node": ">=8.10.0"
},
"bin": {
"botium-bindings": "./bin/botium-bindings.js"
Expand All @@ -17,23 +17,23 @@
"license": "MIT",
"dependencies": {
"async": "^3.1.0",
"botium-core": "1.5.3",
"botium-core": "1.5.4",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"yargs": "^13.3.0"
"yargs": "^14.0.0"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-standard": "^4.0.1",
"license-checker": "^25.0.1",
"rollup": "^1.17.0",
"rollup": "^1.20.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
Expand Down

0 comments on commit 1d58402

Please sign in to comment.