Skip to content

Commit

Permalink
fix: fixes bin path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Apr 7, 2021
1 parent 96425e0 commit 95a0e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": ">=12"
},
"bin": {
"kpo": "dist/bin/kpo.js"
"kpo": "dist/cli/kpo.js"
},
"main": "pkg/dist/index.js",
"types": "pkg/dist/index.d.ts",
Expand Down

0 comments on commit 95a0e18

Please sign in to comment.