We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4418dd5 commit ae9a2d5Copy full SHA for ae9a2d5
package.json
@@ -7,6 +7,7 @@
7
"commander": "^14.0.0"
8
},
9
"description": "Find obsolete HTML elements and attributes",
10
+ "funding": "https://buymeacoffee.com/meiert",
11
"homepage": "https://github.com/j9t/obsohtml",
12
"keywords": [
13
"html",
@@ -18,12 +19,12 @@
18
19
"name": "@j9t/obsohtml",
20
"repository": {
21
"type": "git",
- "url": "git+ssh://git@github.com/j9t/obsohtml.git"
22
+ "url": "git+https://github.com/j9t/obsohtml.git"
23
24
"scripts": {
25
"start": "node ./bin/obsohtml.js",
26
"test": "node --test bin/obsohtml.test.js"
27
28
"type": "module",
29
"version": "1.9.5"
-}
30
+}
0 commit comments