bumpVersion v0.10.0 -> v0.10.1
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "remix-ide", | "name": "remix-ide", | ||
"version": "v0.10.0", | "version": "v0.10.1", | ||
"description": "Extendable Web IDE for Ethereum", | "description": "Extendable Web IDE for Ethereum", | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.4.5", | "@babel/core": "^7.4.5", | ||
... | @@ -205,7 +205,6 @@ | ... | @@ -205,7 +205,6 @@ |
"nightwatch_local_fileExplorer_firefox": "nightwatch ./test-browser/tests/fileExplorer.js --config nightwatch.js --env firefox ", | "nightwatch_local_fileExplorer_firefox": "nightwatch ./test-browser/tests/fileExplorer.js --config nightwatch.js --env firefox ", | ||
"nightwatch_local_debugger_firefox": "nightwatch ./test-browser/tests/debugger.js --config nightwatch.js --env firefox ", | "nightwatch_local_debugger_firefox": "nightwatch ./test-browser/tests/debugger.js --config nightwatch.js --env firefox ", | ||
"nightwatch_local_editor_firefox": "nightwatch ./test-browser/tests/editor.js --config nightwatch.js --env firefox ", | "nightwatch_local_editor_firefox": "nightwatch ./test-browser/tests/editor.js --config nightwatch.js --env firefox ", | ||
"nightwatch_local_runAndDeploy": "nightwatch ./test-browser/tests/runAndDeploy.js --config nightwatch.js --env chrome-runAndDeploy ", | "nightwatch_local_runAndDeploy": "nightwatch ./test-browser/tests/runAndDeploy.js --config nightwatch.js --env chrome-runAndDeploy ", | ||
"onchange": "onchange build/app.js -- npm-run-all lint", | "onchange": "onchange build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | ||
... | ... |
Please
register
or
sign in
to comment