Skip to content

Commit 55c42f8

Browse files
authored
fix: styles.css is not declared in package.json (#508)
1 parent 8a8fad1 commit 55c42f8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"version": "1.7.0",
44
"description": "An opinionated toast component for React.",
55
"exports": {
6-
"types": "./dist/index.d.ts",
7-
"import": "./dist/index.mjs",
8-
"require": "./dist/index.js"
6+
".": {
7+
"types": "./dist/index.d.ts",
8+
"import": "./dist/index.mjs",
9+
"require": "./dist/index.js"
10+
},
11+
"./dist/styles.css": "./dist/styles.css"
912
},
1013
"main": "./dist/index.js",
1114
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)