Skip to content

Commit ce3dc18

Browse files
committed
fix
1 parent d8be23f commit ce3dc18

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/old-lines-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"better-auth-convex": patch
3+
---
4+
5+
Fix npm package missing dist folder

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"main": "./dist/index.js",
2525
"module": "./dist/index.js",
2626
"types": "./dist/index.d.ts",
27+
"files": [
28+
"dist"
29+
],
2730
"scripts": {
2831
"brl": "sh tooling/brl.sh",
2932
"build": "tsdown --config tooling/tsdown.config.ts",

0 commit comments

Comments
 (0)