add bin declaration

pull/454/head
yann300 7 years ago
parent ae26732897
commit eafcb82209
  1. 1
      package.json

@ -3,6 +3,7 @@
"version": "0.1.7",
"description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",
"main": "./src/index.js",
"bin" : { "remixd" : "./bin/remixd" },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/main.js"

Loading…
Cancel
Save