add lodash as a dependency
This commit is contained in:
parent
1e9be4586b
commit
0728a57361
2 changed files with 8 additions and 1 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue