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.
2 parents 058cfc4 + 7763842 commit c1f73a7Copy full SHA for c1f73a7
package.json
@@ -7,8 +7,11 @@
7
"module": "dist/index.mjs",
8
"main": "dist/index.js",
9
"exports": {
10
- "require": "./dist/index.js",
11
- "import": "./dist/index.mjs"
+ ".": {
+ "require": "./dist/index.js",
12
+ "import": "./dist/index.mjs"
13
+ },
14
+ "./package.json": "./package.json"
15
},
16
"scripts": {
17
"tailwind:watch": "chokidar 'docs/tailwind*.*' -c 'npm run tailwind:build'",
0 commit comments