fix: add missing bin entry for toon CLI

This commit is contained in:
Johann Schopplich
2025-10-30 08:35:34 +01:00
parent 963c618f75
commit e41b846ea2

View File

@@ -22,6 +22,9 @@
} }
}, },
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"bin": {
"toon": "bin/toon.mjs"
},
"files": [ "files": [
"bin", "bin",
"dist" "dist"