Skip to content

Commit 22e8468

Browse files
committed
fix: #153 add src to distribution
1 parent a0a48b8 commit 22e8468

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
@@ -12,7 +12,8 @@
1212
"license": "MIT",
1313
"author": "Supabase",
1414
"files": [
15-
"dist"
15+
"dist",
16+
"src"
1617
],
1718
"main": "dist/main/index.js",
1819
"module": "dist/module/index.js",

0 commit comments

Comments
 (0)