Skip to content

Commit

Permalink
fix: exports path (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored Mar 13, 2023
1 parent 8d2c0e0 commit cd19cb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"exports": {
".": {
"types": "dist/vercel-toast.d.ts",
"require": "dist/vercel-toast.js",
"import": "dist/vercel-toast.mjs"
"types": "./dist/vercel-toast.d.ts",
"require": "./dist/vercel-toast.js",
"import": "./dist/vercel-toast.mjs"
},
"./css": "dist/vercel-toast.css",
"./css": "./dist/vercel-toast.css",
"./*": "./*"
},
"main": "dist/vercel-toast.js",
Expand Down

0 comments on commit cd19cb9

Please sign in to comment.