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:
parent
25089880b6
commit
3939b6c9e5
1 changed files with 7 additions and 0 deletions
|
@ -154,6 +154,13 @@
|
|||
"node": ">=6.12.0",
|
||||
"npm": ">=3"
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"lunr",
|
||||
"flow-bin",
|
||||
"jest"
|
||||
]
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
|
|
Loading…
Reference in a new issue