Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Jul 30, 2020
1 parent 3990a8f commit f65af6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-move-codemod",
"version": "0.0.1",
"version": "0.0.2",
"description": "This babel plugin should be used as codemod for bulk import refactorings a.k.a module move refactorings",
"repository": "https://github.com/RIP21/import-move-codemod",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"@types/babel__core": "^7.1.9",
"@types/prettier": "^2.0.2",
"babel-plugin-tester": "8.0.1",
"jest": "^26.1.0",
"np": "^6.3.2",
"prettier": "^2.0.5",
"ts-jest": "^26.1.2",
"jest": "^26.1.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
Expand Down

0 comments on commit f65af6d

Please sign in to comment.