Skip to content

Commit 98f5068

Browse files
committed
fix(package): update repository directory and homepage in package.json
1 parent 641957c commit 98f5068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codemods/sendfile-to-sendFile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"repository": {
1111
"type": "git",
1212
"url": "git+https://github.com/expressjs/codemod.git",
13-
"directory": "codemods/back-redirect-deprecated",
13+
"directory": "codemods/sendfile-to-sendFile",
1414
"bugs": "https://github.com/expressjs/codemod/issues"
1515
},
1616
"author": "bjohansebas (Sebastian Beltran)",
1717
"license": "MIT",
18-
"homepage": "https://github.com/expressjs/codemod/blob/main/codemods/back-redirect-deprecated/README.md",
18+
"homepage": "https://github.com/expressjs/codemod/blob/main/codemods/sendfile-to-sendFile/README.md",
1919
"devDependencies": {
2020
"@codemod.com/jssg-types": "^1.3.1"
2121
}

0 commit comments

Comments
 (0)