This commit is contained in:
Paulus Schoutsen 2021-06-04 01:14:01 -07:00
parent 3d4745a949
commit 12222d8b02
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,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@1.0.0/dist/web/install-button.js?module" : "https://unpkg.com/esp-web-tools@1.0.3/dist/web/install-button.js?module"
); );
</script> </script>
</head> </head>
@ -63,7 +63,7 @@
<pre> <pre>
&lt;script &lt;script
type="module" type="module"
src="https://unpkg.com/esp-web-tools@1.0.0/dist/web/install-button.js?module" src="https://unpkg.com/esp-web-tools@1.0.3/dist/web/install-button.js?module"
>&lt;/script> >&lt;/script>
&lt;esp-web-install-button &lt;esp-web-install-button

View File

@ -1,6 +1,6 @@
{ {
"name": "esp-web-tools", "name": "esp-web-tools",
"version": "1.0.2", "version": "1.0.3",
"description": "Web tools for ESP devices", "description": "Web tools for ESP devices",
"main": "dist/install-button.js", "main": "dist/install-button.js",
"repository": "https://github.com/esphome/web", "repository": "https://github.com/esphome/web",