Skip to content

Commit 97c81ca

Browse files
ssutarpzuraq
authored andcommitted
Use codemod-cli latest version (#47)
1 parent 53fea24 commit 97c81ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"dependencies": {
14-
"codemod-cli": "ssutar/codemod-cli",
14+
"codemod-cli": "^0.2.8",
1515
"minimatch": "^3.0.4",
1616
"winston": "^3.1.0"
1717
},

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,9 +1200,10 @@ code-point-at@^1.0.0:
12001200
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
12011201
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
12021202

1203-
codemod-cli@ssutar/codemod-cli:
1204-
version "0.2.7"
1205-
resolved "https://codeload.github.com/ssutar/codemod-cli/tar.gz/dd57dbaa2dade9f68aaeeed0410b9a2ae0d6046b"
1203+
codemod-cli@^0.2.8:
1204+
version "0.2.8"
1205+
resolved "https://registry.yarnpkg.com/codemod-cli/-/codemod-cli-0.2.8.tgz#b6ed0e13c3de65148f88c6d064c90d15817876e1"
1206+
integrity sha512-hTqiUoDAF6k85rP/bnlX34ZI4CusShGNt2gDDvg3Yq4PLvjC5PC0eeS4Nb8m3HM+pmLfA2A6Ydv1BwFEB3ykqw==
12061207
dependencies:
12071208
"@babel/parser" "^7.0.0-beta.53"
12081209
chalk "^2.4.1"

0 commit comments

Comments
 (0)