Skip to content

Commit

Permalink
feat: try new imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Sep 6, 2024
1 parent c9c0a67 commit 391dac5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "griller",
"license": "MIT",
"version": "1.0.20",
"version": "1.0.21",
"private": false,
"repository": {
"url": "https://github.com/mvriu5/griller"
},
"homepage": "https://griller.ahsmus.com",
"main": "src/component/toast.tsx",
"exports": {
"./toast": "./src/component/toast.tsx",
"./toaster": "./src/component/toaster.tsx"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 391dac5

Please sign in to comment.