Skip to content

Commit

Permalink
fix: types in package.json
Browse files Browse the repository at this point in the history
make it work on deno
  • Loading branch information
soedirgo committed Mar 28, 2022
1 parent ee712f2 commit 7d5f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7d5f15a

Please sign in to comment.