0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

chore: remove publishConfig

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-15 15:22:01 +01:00 committed by GitHub
parent 5b3e69eec7
commit 321ee19719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,9 +176,6 @@
"npm": ">=3"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && commitlint -e $GIT_PARAMS"