Merge pull request #114 from ethereum/remixd-websocket
Remixd websocket
Showing
{ | { | ||
"name": "remixd", | "name": "remixd", | ||
"version": "0.2.1-alpha.0", | "version": "0.2.1-alpha.1", | ||
"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": "./lib/src/index.js", | "main": "./lib/src/index.js", | ||
"types": "./lib/src/index.d.ts", | "types": "./lib/src/index.d.ts", | ||
... | @@ -32,8 +32,8 @@ | ... | @@ -32,8 +32,8 @@ |
}, | }, | ||
"homepage": "https://github.com/ethereum/remixd#readme", | "homepage": "https://github.com/ethereum/remixd#readme", | ||
"dependencies": { | "dependencies": { | ||
"@remixproject/plugin": "^0.3.0-alpha.3", | "@remixproject/plugin": "0.3.0-alpha.3", | ||
"@remixproject/plugin-ws": "^0.3.0-alpha.1", | "@remixproject/plugin-ws": "0.3.0-alpha.1", | ||
"chalk": "^4.0.0", | "chalk": "^4.0.0", | ||
"chokidar": "^2.0.2", | "chokidar": "^2.0.2", | ||
"commander": "^2.20.3", | "commander": "^2.20.3", | ||
... | ... |
Please
register
or
sign in
to comment