From 560d9974eed31c8968b426be95080d7e91aa75ce Mon Sep 17 00:00:00 2001 From: Inian Date: Wed, 23 Mar 2022 22:05:31 +0100 Subject: [PATCH] fix: trigger release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b8d0a..2143daf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@supabase/functions-js", "version": "0.0.0", - "description": "JS Client library to interact with Supabase Functions", + "description": "JS Client library to interact with Supabase Functions.", "main": "dist/main/index.js", "module": "dist/module/index.js", "types": "dist/main/index.d.ts",