use latest published remix lib

pull/3094/head
yann300 7 years ago
parent 2953a9a479
commit dcc9529b5a
  1. 4
      package.json

@ -37,8 +37,9 @@
"npm-link-local": "^1.1.0", "npm-link-local": "^1.1.0",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"onchange": "^3.2.1", "onchange": "^3.2.1",
"remix-debug": "latest",
"remix-analyzer": "latest", "remix-analyzer": "latest",
"remix-lib": "./remix/remix-lib", "remix-lib": "latest",
"remix-solidity": "latest", "remix-solidity": "latest",
"remix-tests": "latest", "remix-tests": "latest",
"remixd": "git+https://github.com/ethereum/remixd.git", "remixd": "git+https://github.com/ethereum/remixd.git",
@ -58,7 +59,6 @@
}, },
"dependencies": { "dependencies": {
"http-server": "0.9.0", "http-server": "0.9.0",
"remix-debug": "./remix/remix-debug",
"remixd": "git+https://github.com/ethereum/remixd.git" "remixd": "git+https://github.com/ethereum/remixd.git"
}, },
"repository": { "repository": {

Loading…
Cancel
Save