Skip to content

Commit bf051b7

Browse files
Fix package meta issues
1 parent f3c27b7 commit bf051b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0",
44
"module": "dist/index.js",
55
"type": "module",
6-
"bin": "dist/index.js",
6+
"bin": {
7+
"littlejson": "dist/index.js"
8+
},
79
"scripts": {
810
"build": "bun build src/index.ts --outdir dist --minify --packages external"
911
},

0 commit comments

Comments
 (0)