fix: bin path outdated from src consolidation (#41)

This commit is contained in:
hiroki osame
2023-02-15 02:42:16 -05:00
committed by GitHub
parent 0bc93bf728
commit c017ff5600

View File

@@ -13,7 +13,7 @@
"files": [
"dist"
],
"bin": "dist/index.js",
"bin": "dist/cli.js",
"scripts": {
"build": "tsc",
"lint": "eslint --cache ."