mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 03:10:03 +01:00
bump to 3.7.1 w /dist/ files compiled, yarn.lock removed, updated release workflow issue template (#2036)
* bump to 3.7.1 and update release notes PR template * update sw.js * attempted fix * fix via https://github.com/npm/cli/issues/2610#issuecomment-914610832 * repeated after removing package-lock.json * narrowed package-lock.json updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const staticCacheName = 'image-sequencer-static-v3.7.0';
|
||||
const staticCacheName = 'image-sequencer-static-v3.7.1';
|
||||
self.addEventListener('install', function(e) {
|
||||
e.waitUntil(
|
||||
caches.open(staticCacheName).then(function(cache) {
|
||||
|
||||
Reference in New Issue
Block a user