Skip to content

Commit 653e039

Browse files
authored
Update repository URLs in package.json
fix outdated URL
1 parent a0eec81 commit 653e039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/wled-dev/WLED.git"
17+
"url": "git+https://github.com/wled/WLED.git"
1818
},
1919
"author": "",
2020
"license": "ISC",
2121
"bugs": {
22-
"url": "https://github.com/wled-dev/WLED/issues"
22+
"url": "https://github.com/wled/WLED/issues"
2323
},
24-
"homepage": "https://github.com/wled-dev/WLED#readme",
24+
"homepage": "https://github.com/wled/WLED#readme",
2525
"dependencies": {
2626
"clean-css": "^5.3.3",
2727
"html-minifier-terser": "^7.2.0",
@@ -31,4 +31,4 @@
3131
"engines": {
3232
"node": ">=20.0.0"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)