Skip to content

Commit 7a36bdb

Browse files
committed
fix: missing src in package
1 parent 0c468ca commit 7a36bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"license": "MIT",
1212
"author": "Supabase",
1313
"files": [
14-
"dist"
14+
"dist",
15+
"src"
1516
],
1617
"main": "dist/main/index.js",
1718
"module": "dist/module/index.js",

0 commit comments

Comments
 (0)