Skip to content

Commit d8efe3e

Browse files
committed
🎉 feat: remove cjs
1 parent 5b2404f commit d8efe3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ CHANGELOG.md
1818
.eslintrc.js
1919
tsconfig.cjs.json
2020
tsconfig.esm.json
21+
src

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/html",
3-
"version": "0.1.0-rc.4",
3+
"version": "0.1.0-rc.5",
44
"description": "Plugin for Elysia that add support for returning html",
55
"author": {
66
"name": "saltyAom",
@@ -9,7 +9,7 @@
99
},
1010
"main": "./dist/index.js",
1111
"exports": {
12-
"require": "./dist/cjs/index.js",
12+
"require": "./dist/index.js",
1313
"import": "./dist/index.js",
1414
"node": "./dist/index.js",
1515
"default": "./dist/index.js"

0 commit comments

Comments
 (0)