Skip to content

Commit

Permalink
Merge pull request #24 from cjboy76/main
Browse files Browse the repository at this point in the history
fix: ignore type definitions
  • Loading branch information
xiaoluoboding authored Jul 24, 2023
2 parents a4ea99c + 9fe93d9 commit 03a9301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"exports": {
".": {
"import": "./lib/vue-sonner.js",
"require": "./lib/vue-sonner.umd.cjs"
"require": "./lib/vue-sonner.umd.cjs",
"types": "./lib/index.d.ts"
}
},
"sideEffects": [
Expand Down

1 comment on commit 03a9301

@vercel
Copy link

@vercel vercel bot commented on 03a9301 Jul 24, 2023

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:

vue-sonner – ./

vue-sonner.vercel.app
vue-sonner-xlbd.vercel.app
vue-sonner-git-main-xlbd.vercel.app

Please sign in to comment.