Skip to content

Commit fba1c17

Browse files
committed
corrected urls in package.json and bumping to 0.35.0 for auth release
1 parent 1f126b3 commit fba1c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/supabase-js",
3-
"version": "0.34.5",
3+
"version": "0.35.0",
44
"description": "Supabase Realtime API",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"lib",
2323
"src"
2424
],
25-
"repository": "https://github.com/supabase/supabase",
25+
"repository": "https://github.com/supabase/supabase-js",
2626
"keywords": [
2727
"supabase",
2828
"realtime",
@@ -32,7 +32,7 @@
3232
"author": "Supabase",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/supabase/supabase/issues"
35+
"url": "https://github.com/supabase/supabase-js/issues"
3636
},
3737
"homepage": "https://supabase.io",
3838
"devDependencies": {

0 commit comments

Comments
 (0)