Skip to content

Commit b6c53da

Browse files
committed
Add repository and homepage.
1 parent f6ed6be commit b6c53da

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33
"version": "0.0.3",
44
"description": "Inline DevTool-parsed CSS for any website and crawl it on the fly.",
55
"license": "MIT",
6-
"type": "module",
76
"files": [
87
"dist/",
98
"README.md",
109
"LICENSE"
1110
],
11+
"repository": {
12+
"type": "git",
13+
"url": "git@github.com:b10902118/cleanclone.git"
14+
},
15+
"homepage": "https://github.com/b10902118/cleanclone#readme",
1216
"keywords": [
1317
"css",
1418
"html",
1519
"web-crawler",
1620
"inline",
1721
"devtools-protocol"
1822
],
23+
"type": "module",
1924
"dependencies": {
2025
"chalk": "^5.6.2",
2126
"chrome-remote-interface": "^0.33.3",

0 commit comments

Comments
 (0)