We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df63910 commit 7398bb0Copy full SHA for 7398bb0
1 file changed
package.json
@@ -19,8 +19,18 @@
19
"lint": "eslint . ",
20
"lint:fix": "eslint . --fix "
21
},
22
- "keywords": [],
23
- "author": "",
+ "keywords": [
+ "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
+ },
34
"license": "ISC",
35
"bin": {
36
"refactorcode": "src/main.js"
0 commit comments