We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3990a8f commit f65af6dCopy full SHA for f65af6d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "import-move-codemod",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"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-move-codemod",
6
"license": "MIT",
@@ -21,10 +21,10 @@
21
"@types/babel__core": "^7.1.9",
22
"@types/prettier": "^2.0.2",
23
"babel-plugin-tester": "8.0.1",
24
+ "jest": "^26.1.0",
25
"np": "^6.3.2",
26
"prettier": "^2.0.5",
27
"ts-jest": "^26.1.2",
- "jest": "^26.1.0",
28
"ts-node": "^8.10.2",
29
"typescript": "^3.9.6"
30
},
0 commit comments