Skip to content

Commit 1b3d130

Browse files
committed
Add a few more lodash modules to deps
1 parent d87788f commit 1b3d130

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
],
3333
"dependencies": {
3434
"lodash.escaperegexp": "^4.0.2",
35-
"lodash.isregexp": "^3.0.5"
35+
"lodash.flatten": "^4.1.0",
36+
"lodash.isarray": "^4.0.0",
37+
"lodash.isregexp": "^3.0.5",
38+
"lodash.isstring": "^4.0.1"
3639
},
3740
"devDependencies": {
3841
"ava": "^0.11.0",

0 commit comments

Comments
 (0)