Skip to content

Commit 7398bb0

Browse files
committed
Add repo info
1 parent df63910 commit 7398bb0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,18 @@
1919
"lint": "eslint . ",
2020
"lint:fix": "eslint . --fix "
2121
},
22-
"keywords": [],
23-
"author": "",
22+
"keywords": [
23+
"refactor",
24+
"code",
25+
"performance",
26+
"bugs",
27+
"readability"
28+
],
29+
"author": "Brokoli777",
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/brokoli777/RefactorCode"
33+
},
2434
"license": "ISC",
2535
"bin": {
2636
"refactorcode": "src/main.js"

0 commit comments

Comments
 (0)