Skip to content

Commit

Permalink
bump pwacompat
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed May 22, 2018
1 parent 5cee5f3 commit 9146078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -22,7 +22,7 @@
<script defer nomodule src="dist/support.min.js"></script>
<script type="module" src="src/bundle.js"></script>
<link rel="manifest" href="manifest.json" />
<script async src="https://cdn.rawgit.com/GoogleChromeLabs/pwacompat/v2.0.0/pwacompat.min.js"></script>
<script async src="https://cdn.jsdelivr.net/npm/pwacompat@2.0.1/pwacompat.min.js"></script>
<meta name="theme-color" content="#1abc9c" />
<link rel="shortcut icon" type="image/png" href="res/icon-128.png" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Expand Up @@ -6,7 +6,7 @@ workbox.googleAnalytics.initialize();
const realURLs = [
'https://fonts.googleapis.com/',
'https://fonts.gstatic.com/',
'https://cdn.rawgit.com/GoogleChromeLabs/pwacompat/',
'https://cdn.jsdelivr.net/npm/',
];
function escape(s) {
return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
Expand Down

0 comments on commit 9146078

Please sign in to comment.