From 35aec4ec76f06581c4cc0e0af22574c7934b905c Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 3 Oct 2018 10:31:46 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1078bea45..6e380ab090 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "nightwatch_remote_debugger_parallel": "nightwatch --config nightwatch_debugger.js --env safari,chrome,default", "onchange": "onchange build/app.js -- npm-run-all lint", "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", - "remixd": "./node_modules/remixd/bin/remixd -s ./contracts", + "remixd": "./node_modules/remixd/bin/remixd -s ./contracts --remix-ide http://127.0.0.1:8080", "selenium": "execr --silent selenium-standalone start", "selenium-install": "selenium-standalone install", "serve": "execr --silent http-server .",