1
0
Paulus Schoutsen 2 жил өмнө
parent
commit
542b492f2b
3 өөрчлөгдсөн 15 нэмэгдсэн , 6 устгасан
  1. 12 3
      index.html
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 12 - 3
index.html

@@ -171,7 +171,9 @@
         <a href="https://esphome.io">ESPHome</a>. To get started, connect an ESP
         device to your computer and hit the button:
       </p>
-      <esp-web-install-button manifest="https://firmware.esphome.io/esphome-web/manifest.json">
+      <esp-web-install-button
+        manifest="https://firmware.esphome.io/esphome-web/manifest.json"
+      >
         <i slot="unsupported">
           The demo is not available because your browser does not support Web
           Serial. Open this page in Google Chrome or Microsoft Edge instead<span
@@ -251,9 +253,16 @@
           </div>
           <div class="name">Clockwise</div>
         </a>
-        <a href="https://sblantipodi.github.io/glow_worm_luciferin" target="_blank" class="project">
+        <a
+          href="https://sblantipodi.github.io/glow_worm_luciferin"
+          target="_blank"
+          class="project"
+        >
           <div class="logo">
-            <img src="static/logos/luciferin_logo.png" alt="Firefly Luciferin logo" />
+            <img
+              src="static/logos/luciferin_logo.png"
+              alt="Firefly Luciferin logo"
+            />
           </div>
           <div class="name">Luciferin</div>
         </a>

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "esp-web-tools",
-  "version": "9.2.1",
+  "version": "9.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "esp-web-tools",
-      "version": "9.2.1",
+      "version": "9.3.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@material/mwc-button": "^0.27.0",

+ 1 - 1
package.json

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