Skip to content

Commit f48f8c9

Browse files
committed
🎉 feat: cjs
1 parent 385392f commit f48f8c9

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/html",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Plugin for Elysia that add support for returning html",
55
"author": {
66
"name": "saltyAom",
@@ -9,6 +9,7 @@
99
},
1010
"main": "./dist/index.js",
1111
"exports": {
12+
"bun": "./dist/index.js",
1213
"node": "./dist/cjs/index.js",
1314
"require": "./dist/cjs/index.js",
1415
"import": "./dist/index.js",

0 commit comments

Comments
 (0)