From 3639e329390203636046ebd44bb685e800e360ae Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 17 Jun 2017 11:35:28 +0200 Subject: [PATCH] Update dependencies #217 --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 966a0f748..de7de686e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "minimatch": "^3.0.2", "mkdirp": "^0.5.1", "pkginfo": "^0.4.0", - "prop-types": "^15.5.10", + "prop-types": "15.5.10", "request": "^2.72.0", "semver": "^5.1.0", "unix-crypt-td-js": "^1.0.0", @@ -132,8 +132,6 @@ "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", - "build:webpack": "webpack --config tools/webpack.config.js", - "prepublish": "in-publish && npm run build:webpack || not-in-publish", "build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ." }, "jest": { @@ -149,6 +147,5 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" }, - "license": "WTFPL", - "false": {} + "license": "WTFPL" }