Update repository URLs in package.json

fix outdated URL
This commit is contained in:
Frank
2025-12-01 12:55:54 +01:00
committed by GitHub
parent a0eec81c8a
commit 653e03921e

View File

@@ -14,14 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wled-dev/WLED.git"
"url": "git+https://github.com/wled/WLED.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wled-dev/WLED/issues"
"url": "https://github.com/wled/WLED/issues"
},
"homepage": "https://github.com/wled-dev/WLED#readme",
"homepage": "https://github.com/wled/WLED#readme",
"dependencies": {
"clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0",