mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-25 20:56:43 +00:00
6.0.0
This commit is contained in:
parent
c4daee18bc
commit
0266057a38
@ -128,7 +128,7 @@
|
||||
// In development we import locally.
|
||||
window.location.hostname === "localhost"
|
||||
? "/dist/web/install-button.js"
|
||||
: "https://unpkg.com/esp-web-tools@5.3.0/dist/web/install-button.js?module"
|
||||
: "https://unpkg.com/esp-web-tools@6.0.0/dist/web/install-button.js?module"
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
@ -281,7 +281,7 @@
|
||||
<pre>
|
||||
<script
|
||||
type="module"
|
||||
src="https://unpkg.com/esp-web-tools@5.3.0/dist/web/install-button.js?module"
|
||||
src="https://unpkg.com/esp-web-tools@6.0.0/dist/web/install-button.js?module"
|
||||
></script></pre
|
||||
>
|
||||
<p>
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.3.0",
|
||||
"version": "6.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.3.0",
|
||||
"version": "6.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-button": "^0.25.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.3.0",
|
||||
"version": "6.0.0",
|
||||
"description": "Web tools for ESP devices",
|
||||
"main": "dist/install-button.js",
|
||||
"repository": "https://github.com/esphome/web",
|
||||
|
Loading…
x
Reference in New Issue
Block a user