Unverified Commit 8e97a72a authored by yann300's avatar yann300 Committed by GitHub

Update package.json

parent 8e3eb306
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"yo-yoify": "^3.7.3" "yo-yoify": "^3.7.3"
}, },
"dependencies": { "dependencies": {
"http-server": "0.9.0", "http-server-legacy": "latest",
"remix-plugin": "0.0.2-alpha.3", "remix-plugin": "0.0.2-alpha.3",
"remixd": "0.1.8-alpha.6" "remixd": "0.1.8-alpha.6"
}, },
...@@ -182,8 +182,8 @@ ...@@ -182,8 +182,8 @@
"remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080", "remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080",
"selenium": "execr --silent selenium-standalone start", "selenium": "execr --silent selenium-standalone start",
"selenium-install": "selenium-standalone install", "selenium-install": "selenium-standalone install",
"serve": "http-server .", "serve": "npx http-server-legacy .",
"serve_debugger": "execr --silent http-server src/app/debugger/remix-debugger", "serve_debugger": "npx http-server-legacy src/app/debugger/remix-debugger",
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js", "sourcemap": "exorcist --root ../ build/app.js.map > build/app.js",
"start": "npm-run-all -lpr serve watch onchange remixd", "start": "npm-run-all -lpr serve watch onchange remixd",
"test": "csslint && standard && node test/index.js", "test": "csslint && standard && node test/index.js",
......
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