We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8fad1 commit 55c42f8Copy full SHA for 55c42f8
package.json
@@ -3,9 +3,12 @@
3
"version": "1.7.0",
4
"description": "An opinionated toast component for React.",
5
"exports": {
6
- "types": "./dist/index.d.ts",
7
- "import": "./dist/index.mjs",
8
- "require": "./dist/index.js"
+ ".": {
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.mjs",
9
+ "require": "./dist/index.js"
10
+ },
11
+ "./dist/styles.css": "./dist/styles.css"
12
},
13
"main": "./dist/index.js",
14
"types": "./dist/index.d.ts",
0 commit comments