mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
greenkeeper: exclude mongoose
This commit is contained in:
parent
4b17f62241
commit
67961be575
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||
"version": "4.28.0",
|
||||
"main": "./website/server/index.js",
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"mongoose"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@slack/client": "^3.8.1",
|
||||
"accepts": "^1.3.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue