mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Added missing lodash dependency
- this is required by the errors module - it still works because it's in other packages, but should be declared
This commit is contained in:
parent
c9921a35cd
commit
52e5db44bf
@ -24,6 +24,7 @@
|
||||
"sinon": "9.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"ghost-ignition": "^4.1.0"
|
||||
"ghost-ignition": "^4.1.0",
|
||||
"lodash": "^4.17.15"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user