Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tremlfl committed Mar 7, 2019
1 parent 0fcbe14 commit 8656cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botium-bindings",
"version": "2.0.8",
"version": "2.0.9",
"engines": {
"node": ">=6.0"
},
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.1.5",
"botium-core": "1.4.8",
"botium-core": "1.4.10",
"debug": "^3.1.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const handler = (argv) => {
if (!packageJson.scripts[argv.testRunner]) {
packageJson.scripts[argv.testRunner] = `${argv.testRunner} ${argv.specdir}`
} else {
console.warn(`You already have an npm script called ${argv.testRunner}. In order to run botium tests, you'll need an npm script running "${argv.testRunner} ${argv.specdir}"`);
console.warn(`You already have an npm script called ${argv.testRunner}. In order to run botium tests, you'll need an npm script running "${argv.testRunner} ${argv.specdir}"`)
}
fs.writeFileSync(packageJsonFile, JSON.stringify(packageJson, null, 2))

Expand Down

0 comments on commit 8656cf0

Please sign in to comment.