Skip to content

Commit 868304b

Browse files
committed
update bin
1 parent 4f7c539 commit 868304b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/create-vorsteh-queue/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"type": "module",
21-
"bin": "./dist/index.js",
21+
"bin": {
22+
"create-vorsteh-queue": "./dist/index.js"
23+
},
2224
"files": [
2325
"dist/*"
2426
],

0 commit comments

Comments
 (0)