Commit 14764b0c authored by serapath's avatar serapath

fix remixd

parent 91b06ffa
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
"nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari",
"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 build", "prepublish": "mkdirp build; npm-run-all -ls downloadsolc build",
"remixd": "remixd -S ./contracts", "remixd": "node ./node_modules/remixd/src/main.js -s ./contracts",
"selenium": "execr --silent selenium-standalone start", "selenium": "execr --silent selenium-standalone start",
"selenium-install": "selenium-standalone install", "selenium-install": "selenium-standalone install",
"serve": "execr --silent http-server .", "serve": "execr --silent http-server .",
......
...@@ -177,7 +177,6 @@ function Files (storage) { ...@@ -177,7 +177,6 @@ function Files (storage) {
module.exports = Files module.exports = Files
function build (tree, level, leveltree) { function build (tree, level, leveltree) {
if (!level) return if (!level) return
Object.keys(tree).forEach(key => { Object.keys(tree).forEach(key => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment