Skip to content

Commit

Permalink
feat(workbox): bump to 4.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 17, 2019
1 parent 5ccafc6 commit 7e278f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/workbox/lib/defaults.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
// General
workboxVersion: '4.0.0-rc.0',
workboxVersion: '4.0.0-rc.2',
workboxURL: undefined,
importScripts: [],
autoRegister: true,
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/pwa.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Array [
`;

exports[`pwa sw.js 1`] = `
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.0/workbox/workbox-sw.js', 'custom-sw.js')
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.2/workbox/workbox-sw.js', 'custom-sw.js')
// --------------------------------------------------
// Configure
Expand Down

0 comments on commit 7e278f0

Please sign in to comment.