Skip to content

Commit

Permalink
fix: 🚨 update headless types
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed May 8, 2024
1 parent 08ecfe2 commit e83a845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"node": {
"import": "./lib/headless.qwik.mjs",
"require": "./lib/headless.qwik.cjs",
"types": "./lib-types/headless/index.d.ts"
"types": "./lib-types/headless/toast-wrapper.d.ts"
},
"default": {
"import": "./lib/headless.qwik.mjs",
"require": "./lib/headless.qwik.cjs",
"types": "./lib-types/headless/index.d.ts"
"types": "./lib-types/headless/toast-wrapper.d.ts"
}
}
},
Expand Down Expand Up @@ -95,4 +95,4 @@
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.1"
}
}
}

0 comments on commit e83a845

Please sign in to comment.