mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05: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
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
||||||
"sinon": "9.0.1"
|
"sinon": "9.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ghost-ignition": "^4.1.0"
|
"ghost-ignition": "^4.1.0",
|
||||||
|
"lodash": "^4.17.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue