Skip to content

Commit bda33fa

Browse files
committed
fix: Add lodash as a direct dependency
1 parent 5ad25af commit bda33fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
],
4949
"dependencies": {
5050
"babel-runtime": "^6.9.2",
51-
"contentful-sdk-core": "^2.2.4"
51+
"contentful-sdk-core": "^2.2.4",
52+
"lodash": "^4.2.0"
5253
},
5354
"devDependencies": {
5455
"babel-cli": "^6.7.5",

0 commit comments

Comments
 (0)