From 7d5f15a32e03731a2f976c3814eaab5ef7043ce4 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Mon, 28 Mar 2022 22:07:47 +0200 Subject: [PATCH] fix: types in package.json make it work on deno --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f6602f..195419d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "main": "dist/main/index.js", "module": "dist/module/index.js", - "types": "dist/main/index.d.ts", + "types": "dist/module/index.d.ts", "sideEffects": false, "repository": "supabase/storage-js", "scripts": {