Skip to content

Commit

Permalink
fix: export main file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodev1 committed May 15, 2023
1 parent 25c665c commit bf12a8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
"name": "tailwindcss-palette-generator",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"main": "dist/main.min.js",
"module": "dist/main.esm.js",
"browser": "dist/main.umd.js",
"types": "dist/main.d.ts",
"directories": {
"lib": "dist/main.js"
"lib": "dist/main.esm.js"
},
"publishConfig": {
"exports": {
".": "dist/main.js"
},
"types": "dist/main.d.ts",
"access": "public"
},
Expand Down

0 comments on commit bf12a8e

Please sign in to comment.