upd entry point in package.json

This commit is contained in:
onyx-and-iris 2025-07-03 09:27:08 +01:00
parent 7595c2f2ee
commit 26536e9a35

View File

@ -24,7 +24,7 @@
"lint:fix": "standard --fix"
},
"bin": {
"meld-cli": "index.js"
"meld-cli": "./bin/index.js"
},
"dependencies": {
"cli-color": "^2.0.4",