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.
exports
1 parent a933976 commit 710703bCopy full SHA for 710703b
package.json
@@ -7,13 +7,6 @@
7
"module": "dist/index.mjs",
8
"main": "dist/index.js",
9
"types": "src/index.d.ts",
10
- "exports": {
11
- ".": {
12
- "require": "./dist/index.js",
13
- "import": "./dist/index.mjs"
14
- },
15
- "./package.json": "./package.json"
16
17
"scripts": {
18
"start": "sirv docs --no-clear",
19
"watch:tailwind": "tailwindcss -i docs/tailwind.css -c docs/tailwind.config.js -o docs/build/global.css -w",
0 commit comments