0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

build: add greenkeeper ignore packages

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-07 18:17:46 +01:00
parent 25089880b6
commit 3939b6c9e5
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -154,6 +154,13 @@
"node": ">=6.12.0",
"npm": ">=3"
},
"greenkeeper": {
"ignore": [
"lunr",
"flow-bin",
"jest"
]
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"