Skip to content

Commit

Permalink
fix(workbox): add missing lodash dependency (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kawasako authored and pi0 committed Sep 21, 2018
1 parent b5dab8a commit da2c36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/workbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"access": "public"
},
"dependencies": {
"workbox-build": "^3.5.0"
"workbox-build": "^3.4.1",
"lodash": "^4.17.10"
}
}

0 comments on commit da2c36f

Please sign in to comment.