Browse Source

add lodash as a dependency

Ben Dwyer 4 years ago
parent
commit
0728a57361
2 changed files with 8 additions and 1 deletions
  1. 6 0
      package-lock.json
  2. 2 1
      package.json

+ 6 - 0
package-lock.json

@@ -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",

+ 2 - 1
package.json

@@ -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": {