We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2404f commit d8efe3eCopy full SHA for d8efe3e
.npmignore
@@ -18,3 +18,4 @@ CHANGELOG.md
18
.eslintrc.js
19
tsconfig.cjs.json
20
tsconfig.esm.json
21
+src
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/html",
3
- "version": "0.1.0-rc.4",
+ "version": "0.1.0-rc.5",
4
"description": "Plugin for Elysia that add support for returning html",
5
"author": {
6
"name": "saltyAom",
@@ -9,7 +9,7 @@
9
},
10
"main": "./dist/index.js",
11
"exports": {
12
- "require": "./dist/cjs/index.js",
+ "require": "./dist/index.js",
13
"import": "./dist/index.js",
14
"node": "./dist/index.js",
15
"default": "./dist/index.js"
0 commit comments