Bump esp-web-tools@3.3.0 (#20)

This commit is contained in:
Bram Kragten 2021-06-15 23:01:47 +02:00 committed by GitHub
parent e63ad59736
commit b93a106794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
// In development we import locally. // In development we import locally.
window.location.hostname === "localhost" window.location.hostname === "localhost"
? "/dist/web/install-button.js" ? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@3.1.0/dist/web/install-button.js?module" : "https://unpkg.com/esp-web-tools@3.3.0/dist/web/install-button.js?module"
); );
</script> </script>
</head> </head>