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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/wled-dev/WLED.git" "url": "git+https://github.com/wled/WLED.git"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"bugs": { "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": { "dependencies": {
"clean-css": "^5.3.3", "clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",