Skip to content

Commit

Permalink
fix(pkg): types entry (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Aug 8, 2022
1 parent 3bc2e6f commit 5d7efa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"author": "2nthony <[email protected]> (https://github.com/2nthony)",
"main": "dist/vercel-toast.js",
"module": "dist/vercel-toast.mjs",
"types": "dist/index.d.ts",
"types": "dist/vercel-toast.d.ts",
"exports": {
".": {
"import": "dist/vercel-toast.mjs",
"require": "dist/vercel-toast.js",
"types": "dist/index.d.ts"
"types": "dist/vercel-toast.d.ts"
},
"./css": "dist/vercel-toast.css"
},
Expand Down

1 comment on commit 5d7efa4

@vercel
Copy link

@vercel vercel bot commented on 5d7efa4 Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vercel-toast – ./

vercel-toast.vercel.app
vercel-toast-git-master-2nthony.vercel.app
vercel-toast-2nthony.vercel.app

Please sign in to comment.