Skip to content

Commit

Permalink
fix: styles.css is not declared in package.json (emilkowalski#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai authored Nov 9, 2024
1 parent 8a8fad1 commit 55c42f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "1.7.0",
"description": "An opinionated toast component for React.",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/styles.css": "./dist/styles.css"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 55c42f8

Please sign in to comment.