Skip to content

Commit 6ed59e7

Browse files
authored
chore: add repository URL and keywords to package.json (#24)
1 parent ac46fff commit 6ed59e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"bin": {
99
"express-codemod": "build/index.js"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/expressjs/codemod.git"
14+
},
15+
"keywords": ["codemods", "express"],
1116
"files": ["build/**/*.js"],
1217
"scripts": {
1318
"clean": "rm -rf build",

0 commit comments

Comments
 (0)