Skip to content

Commit 45252cf

Browse files
authored
fix: add repository field to package.json (#64)
1 parent 8579de4 commit 45252cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
},
2121
"author": "James Garbutt (https://github.com/43081j)",
2222
"license": "MIT",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/43081j/postcss-lit.git"
26+
},
2327
"devDependencies": {
2428
"@types/babel__generator": "^7.6.3",
2529
"@types/babel__traverse": "^7.14.2",

0 commit comments

Comments
 (0)