From f1fdfd5e2543bf142721e22e00b0575663d962b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lademann?= Date: Sun, 23 Jan 2022 22:52:01 +0100 Subject: [PATCH] Fix link to the repository in package.json (#166) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a32511..f3facc0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "7.0.0", "description": "Web tools for ESP devices", "main": "dist/install-button.js", - "repository": "https://github.com/esphome/web", + "repository": "https://github.com/esphome/esp-web-tools", "author": "ESPHome maintainers", "license": "Apache-2.0", "scripts": {