Skip to content

Commit e309834

Browse files
chore: update package version to 0.0.4 and adjust CLI bin path
1 parent bec33db commit e309834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemod-kit",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"license": "MIT",
55
"description": "A tool that makes large-scale refactoring easier and safer.",
66
"homepage": "https://codemod-kit.netlify.app",
@@ -24,7 +24,7 @@
2424
"start": "node index.js",
2525
"build": "rollup -c"
2626
},
27-
"bin": "./cli.js",
27+
"bin": "./dist/cli.js",
2828
"exports": {
2929
"./programmatic": {
3030
"require": "./dist/programmatic.js",

0 commit comments

Comments
 (0)