0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

#217 Fix yarn install fails on Node 4.x

This commit is contained in:
Juan Picado @jotadeveloper 2017-06-17 19:44:53 +02:00
parent cf57834019
commit 999a65e412
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -102,7 +102,6 @@
"sinon": "^2.3.4",
"style-loader": "0.13.1",
"styled-components": "1.4.6",
"styled-tools": "0.1.2",
"superagent": "2.0.0",
"transition-complete": "0.0.2",
"unopinionate": "0.0.4",
@ -131,7 +130,7 @@
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build:webpack": "webpack --config tools/webpack.config.js",
"prepublish": "in-publish && thing-I-dont-want-on-dev-install || not-in-publish",
"prepublish": "in-publish && npm run build:webpack || not-in-publish",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"jest": {
@ -147,5 +146,6 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "WTFPL"
"license": "WTFPL",
"false": {}
}