Skip to content

Commit da2c36f

Browse files
kawasakopi0
authored andcommitted
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

packages/workbox/package.json

Lines changed: 2 additions & 1 deletion
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)