We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac5a52 commit 3feade2Copy full SHA for 3feade2
.npmignore
@@ -1,6 +1,5 @@
1
*.log
2
npm-debug.log*
3
-!umd
4
5
# Coverage directory used by tools like istanbul
6
coverage
package.json
@@ -21,7 +21,8 @@
21
},
22
"files": [
23
"lib",
24
- "src"
+ "src",
25
+ "umd"
26
],
27
"repository": "https://github.com/supabase/supabase-js",
28
"keywords": [
0 commit comments