Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b228b06

Browse files
authored
fix(deps): Add undeclared dependency lodash (#25)
1 parent 5a15af1 commit b228b06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"prepublish": "npm run build"
2222
},
2323
"dependencies": {
24-
"invariant": "2.2.4"
24+
"invariant": "2.2.4",
25+
"lodash": "^4.17.21"
2526
},
2627
"devDependencies": {
2728
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)