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 25c665c commit bf12a8eCopy full SHA for bf12a8e
package.json
@@ -2,18 +2,14 @@
2
"name": "tailwindcss-palette-generator",
3
"version": "0.4.2",
4
"license": "MIT",
5
- "type": "module",
6
"main": "dist/main.min.js",
7
"module": "dist/main.esm.js",
8
"browser": "dist/main.umd.js",
9
"types": "dist/main.d.ts",
10
"directories": {
11
- "lib": "dist/main.js"
+ "lib": "dist/main.esm.js"
12
},
13
"publishConfig": {
14
- "exports": {
15
- ".": "dist/main.js"
16
- },
17
18
"access": "public"
19
0 commit comments