Skip to content

Commit 57cbb4f

Browse files
committed
🎉 feat: cjs
1 parent 73b8bd6 commit 57cbb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/static",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"author": {
55
"name": "saltyAom",
66
"url": "https://github.com/SaltyAom",
@@ -24,6 +24,7 @@
2424
"elysia": ">= 0.5.12"
2525
},
2626
"exports": {
27+
"bun": "./dist/index.js",
2728
"node": "./dist/cjs/index.js",
2829
"require": "./dist/cjs/index.js",
2930
"import": "./dist/index.js",

0 commit comments

Comments
 (0)