From 822c675a3109be0dfc6c24a4bd7931c3c8707f44 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 21 Mar 2018 14:43:24 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d201648fcf..4e6e53db43 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", "onchange": "onchange build/app.js -- npm-run-all lint", "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", - "remixd": "node ./node_modules/remixd/src/main.js -s ./contracts", + "remixd": "./node_modules/remixd/bin/remixd -s ./contracts", "selenium": "execr --silent selenium-standalone start", "selenium-install": "selenium-standalone install", "serve": "execr --silent http-server .",