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:
Hannah Wolfe 2020-03-25 10:34:54 +00:00
parent c9921a35cd
commit 52e5db44bf

View File

@ -24,6 +24,7 @@
"sinon": "9.0.1"
},
"dependencies": {
"ghost-ignition": "^4.1.0"
"ghost-ignition": "^4.1.0",
"lodash": "^4.17.15"
}
}