add lodash as a dependency

This commit is contained in:
Ben Dwyer 2020-10-08 09:36:43 +01:00
parent 1e9be4586b
commit 0728a57361
2 changed files with 8 additions and 1 deletions

6
package-lock.json generated
View file

@ -254,6 +254,12 @@
"p-locate": "^4.1.0"
}
},
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"dev": true
},
"opencollective-postinstall": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",

View file

@ -5,7 +5,8 @@
"author": "automattic",
"license": "GPL-2.0",
"devDependencies": {
"husky": "^4.3.0"
"husky": "^4.3.0",
"lodash": "^4.17.20"
},
"husky": {
"hooks": {