Skip to content

Commit c5565b2

Browse files
authored
Update package.json
1 parent 790c046 commit c5565b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idrinth/duplicate-style-check",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A linting tool trying to find duplicated style rules",
55
"type": "module",
66
"license": "MIT",
@@ -9,6 +9,10 @@
99
"lint",
1010
"duplication"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/idrinth/duplicate-style-check"
15+
},
1216
"scripts": {
1317
"tsc": "tsc -p tsconfig.json",
1418
"prepublishOnly": "npm run tsc",

0 commit comments

Comments
 (0)