Skip to content

Commit ae9a2d5

Browse files
committed
chore: add and/or correct metadata
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
1 parent 4418dd5 commit ae9a2d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"commander": "^14.0.0"
88
},
99
"description": "Find obsolete HTML elements and attributes",
10+
"funding": "https://buymeacoffee.com/meiert",
1011
"homepage": "https://github.com/j9t/obsohtml",
1112
"keywords": [
1213
"html",
@@ -18,12 +19,12 @@
1819
"name": "@j9t/obsohtml",
1920
"repository": {
2021
"type": "git",
21-
"url": "git+ssh://git@github.com/j9t/obsohtml.git"
22+
"url": "git+https://github.com/j9t/obsohtml.git"
2223
},
2324
"scripts": {
2425
"start": "node ./bin/obsohtml.js",
2526
"test": "node --test bin/obsohtml.test.js"
2627
},
2728
"type": "module",
2829
"version": "1.9.5"
29-
}
30+
}

0 commit comments

Comments
 (0)