Unverified Commit 24f3e29b authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #61 from ethereum/yann300-patch-3

Update package.json
parents 885e423d 0bd1b40b
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/remixd", "start": "./bin/remixd",
"npip": "npip", "npip": "npip",
"install": "npip install" "install-python-deps": "npip install",
"prepublish": "npm run install-python-deps"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
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