Skip to content

Commit 08bc25c

Browse files
committed
release: 0.0.1
1 parent a34e4a9 commit 08bc25c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Andrey Los
3+
Copyright (c) 2020 Andrii Los
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# import-move-codemod
2+
![npm](https://img.shields.io/npm/v/import-move-codemod)
23

34
Codemod to move imports from one module to another. Super useful in huge monorepos or huge migrations of 3rd party packages.
45

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-move-codemod",
3-
"version": "0.0.1-2",
3+
"version": "0.0.1",
44
"description": "This babel plugin should be used as codemod for bulk import refactorings a.k.a module move refactorings",
55
"repository": "https://github.com/RIP21/import-move-codemod",
66
"license": "MIT",

0 commit comments

Comments
 (0)