mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Update dependencies #217
This commit is contained in:
parent
9707e0c336
commit
3639e32939
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue