Update remixd dependency in package.json
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -81,7 +81,6 @@ | ... | @@ -81,7 +81,6 @@ |
"dependencies": { | "dependencies": { | ||
"@remixproject/engine": "^0.2.3", | "@remixproject/engine": "^0.2.3", | ||
"http-server": "^0.11.1", | "http-server": "^0.11.1", | ||
"remixd": "0.1.8-alpha.10", | |||
"standard": "^8.5.0" | "standard": "^8.5.0" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -185,7 +184,6 @@ | ... | @@ -185,7 +184,6 @@ |
"nightwatch_local_fileExplorer": "nightwatch ./test-browser/tests/fileExplorer.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_fileExplorer": "nightwatch ./test-browser/tests/fileExplorer.test.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.test.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_editor": "nightwatch ./test-browser/tests/editor.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_editor": "nightwatch ./test-browser/tests/editor.test.js --config nightwatch.js --env chrome ", | ||
"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