Skip to content

Commit

Permalink
fix(package): deprecated folder mapping "./" in the "exports" field m… (
Browse files Browse the repository at this point in the history
  • Loading branch information
thi3rry committed Aug 14, 2022
1 parent 14bfa60 commit 7f601c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"default": "./dist/cjs/vest.production.js"
},
"./package.json": "./package.json",
"./": "./"
"./*": "./*"
},
"unpkg": "./dist/umd/vest.production.js",
"jsdelivr": "./dist/umd/vest.production.js"
Expand Down

1 comment on commit 7f601c7

@vercel
Copy link

@vercel vercel bot commented on 7f601c7 Aug 14, 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:

vest-next – ./website

vest-next-ealush.vercel.app
vest-next.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.