Update package.json

pull/1/head
yann300 6 years ago committed by GitHub
parent 8e3eb30650
commit 8e97a72a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package.json

@ -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 @@
"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",

Loading…
Cancel
Save