Skip to content

Commit da2c36f

Browse files
kawasakopi0
authored andcommittedSep 21, 2018
fix(workbox): add missing lodash dependency (#91)
1 parent b5dab8a commit da2c36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎packages/workbox/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"access": "public"
99
},
1010
"dependencies": {
11-
"workbox-build": "^3.5.0"
11+
"workbox-build": "^3.4.1",
12+
"lodash": "^4.17.10"
1213
}
1314
}

0 commit comments

Comments
 (0)
Please sign in to comment.