Skip to content

Commit 4fededc

Browse files
committed
fix: fixed typo in repository field
1 parent 47b2695 commit 4fededc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "import-move-codemod",
33
"version": "0.0.0",
44
"description": "This babel plugin should be used as codemod for bulk import refactorings a.k.a module move refactorings",
5-
"repository": "https://github.com/RIP21/import-mode-codemod",
5+
"repository": "https://github.com/RIP21/import-move-codemod",
66
"license": "MIT",
77
"author": "https://github.com/RIP21/",
88
"main": "src/index.ts",

0 commit comments

Comments
 (0)