Skip to content

Commit 3feade2

Browse files
committed
chore: include umd folder in npm deploy
1 parent fac5a52 commit 3feade2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*.log
22
npm-debug.log*
3-
!umd
43

54
# Coverage directory used by tools like istanbul
65
coverage

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"files": [
2323
"lib",
24-
"src"
24+
"src",
25+
"umd"
2526
],
2627
"repository": "https://github.com/supabase/supabase-js",
2728
"keywords": [

0 commit comments

Comments
 (0)