Unverified Commit 45b8ca42 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #43 from ethereum/changeNotifierLib

use tagged version of web3
parents 97e53d72 1cfeec76
{ {
"name": "remixd", "name": "remixd",
"version": "0.1.8-alpha.2", "version": "0.1.8-alpha.3",
"description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",
"main": "./src/index.js", "main": "./src/index.js",
"bin" : { "remixd" : "./bin/remixd" }, "bin" : { "remixd" : "./bin/remixd" },
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"serve": "^6.3.1", "serve": "^6.3.1",
"stdout": "0.0.3", "stdout": "0.0.3",
"watch": "^1.0.2", "watch": "^1.0.2",
"web3": "ethereum/web3.js#1.0", "web3": "1.0.0-beta.27",
"websocket": "^1.0.24" "websocket": "^1.0.24"
} }
} }
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