Skip to content

Commit 26e3ec8

Browse files
committed
chore: update cross-spawn
1 parent 8e1274d commit 26e3ec8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"buble": "^0.19.3",
6060
"chromedriver": "^2.35.0",
6161
"conventional-changelog-cli": "^2.0.11",
62-
"cross-spawn": "^5.0.1",
62+
"cross-spawn": "^6.0.5",
6363
"css-loader": "^2.1.1",
6464
"es6-promise": "^4.2.8",
6565
"eslint": "^4.19.1",

test/e2e/runner.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if (args.indexOf('phantomjs') > -1) {
1919
process.env.PHANTOMJS = true
2020
}
2121

22+
// TODO: update while updating nightwatch
23+
// https://github.com/nightwatchjs/nightwatch/releases?after=v1.0.2
2224
var runner = spawn('./node_modules/.bin/nightwatch', args, {
2325
stdio: 'inherit'
2426
})

0 commit comments

Comments
 (0)