update nightwatch version

pull/1/head
yann300 7 years ago
parent fc7a4964ef
commit cc3b72aa26
  1. 6
      package.json

@ -31,7 +31,7 @@
"js-beautify": "1.6.14",
"minixhr": "^3.2.2",
"mkdirp": "^0.5.1",
"nightwatch": "^0.9.3",
"nightwatch": "^0.9.20",
"notify-error": "^1.2.0",
"npm-link-local": "^1.1.0",
"npm-run-all": "^4.0.2",
@ -133,7 +133,9 @@
]
]
},
"bin" : { "remix-ide" : "./bin/remix-ide" },
"bin": {
"remix-ide": "./bin/remix-ide"
},
"scripts": {
"setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixdebugger;",
"pullremix": "git clone https://github.com/ethereum/remix",

Loading…
Cancel
Save