Merge pull request #2733 from ethereum/filemanager-api
Move filemanager api to new api
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -62,7 +62,7 @@ | ... | @@ -62,7 +62,7 @@ |
"remix-solidity": "0.3.30", | "remix-solidity": "0.3.30", | ||
"remix-tabs": "1.0.48", | "remix-tabs": "1.0.48", | ||
"remix-tests": "0.1.33", | "remix-tests": "0.1.33", | ||
"remixd": "0.1.8-alpha.10", | "remixd": "0.1.8-alpha.16", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.17.0", | "selenium-standalone": "^6.17.0", | ||
... | @@ -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", | ||
... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment