Update package.json

pull/454/head
yann300 6 years ago committed by GitHub
parent 885e423d93
commit 0bd1b40b1e
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