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

Update package.json
pull/454/head
yann300 6 years ago committed by GitHub
commit 24f3e29b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

@ -10,7 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/remixd",
"npip": "npip",
"install": "npip install"
"install-python-deps": "npip install",
"prepublish": "npm run install-python-deps"
},
"repository": {
"type": "git",

Loading…
Cancel
Save