Skip to content

Commit f995e02

Browse files
committed
chore: wip
1 parent eb19ddf commit f995e02

2 files changed

Lines changed: 10 additions & 35 deletions

File tree

bin/cli.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
"bugs": {
1414
"url": "https://github.com/stacksjs/bun-queue/issues"
1515
},
16-
"keywords": ["typescript", "starter", "kit", "bun", "package"],
16+
"keywords": [
17+
"queue",
18+
"job",
19+
"redis",
20+
"worker",
21+
"task",
22+
"scheduler",
23+
"bun",
24+
"typescript"
25+
],
1726
"exports": {
1827
".": {
1928
"types": "./dist/index.d.ts",
@@ -25,9 +34,6 @@
2534
},
2635
"module": "./dist/index.js",
2736
"types": "./dist/index.d.ts",
28-
"bin": {
29-
"bin-name": "./dist/bin/cli.js"
30-
},
3137
"files": ["README.md", "dist"],
3238
"scripts": {
3339
"build": "bun --bun build.ts && bun run compile",

0 commit comments

Comments
 (0)