Skip to content

Commit f687284

Browse files
soedirgoinian
authored andcommitted
fix: types in package.json
make it work on deno
1 parent 23aff80 commit f687284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "JS Client library to interact with Supabase Functions.",
55
"main": "dist/main/index.js",
66
"module": "dist/module/index.js",
7-
"types": "dist/main/index.d.ts",
7+
"types": "dist/module/index.d.ts",
88
"sideEffects": false,
99
"scripts": {
1010
"clean": "rimraf dist docs",

0 commit comments

Comments
 (0)