Skip to content

Commit

Permalink
corrected urls in package.json and bumping to 0.35.0 for auth release
Browse files Browse the repository at this point in the history
  • Loading branch information
awalias committed Jul 27, 2020
1 parent 1f126b3 commit fba1c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/supabase-js",
"version": "0.34.5",
"version": "0.35.0",
"description": "Supabase Realtime API",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"lib",
"src"
],
"repository": "https://github.com/supabase/supabase",
"repository": "https://github.com/supabase/supabase-js",
"keywords": [
"supabase",
"realtime",
Expand All @@ -32,7 +32,7 @@
"author": "Supabase",
"license": "MIT",
"bugs": {
"url": "https://github.com/supabase/supabase/issues"
"url": "https://github.com/supabase/supabase-js/issues"
},
"homepage": "https://supabase.io",
"devDependencies": {
Expand Down

0 comments on commit fba1c17

Please sign in to comment.