react-workbox
Advanced tools
Comparing version 0.5.8 to 0.5.9
@@ -15,3 +15,3 @@ "use strict"; | ||
if (isUpdateActivated) { | ||
window.location.reload(); | ||
window.location.reload(true); | ||
} | ||
@@ -18,0 +18,0 @@ |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
if (isUpdateActivated) { | ||
window.location.reload(); | ||
window.location.reload(true); | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "react-workbox", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "Manage installation and activation of service worker", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
24628