Skip to content

Commit 576934b

Browse files
chore: wip
1 parent 78ca4d2 commit 576934b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/bun-queue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
],
2626
"exports": {
2727
".": {
28-
"types": "./dist/index.d.ts",
29-
"import": "./dist/index.js"
28+
"types": "./src/index.ts",
29+
"import": "./src/index.ts"
3030
},
3131
"./*": {
32-
"import": "./dist/*"
32+
"import": "./src/*"
3333
}
3434
},
35-
"module": "./dist/index.js",
36-
"types": "./dist/index.d.ts",
35+
"module": "./src/index.ts",
36+
"types": "./src/index.ts",
3737
"files": [
3838
"README.md",
3939
"dist"

0 commit comments

Comments
 (0)