Skip to content

Commit

Permalink
fix(npm): fix UMD build
Browse files Browse the repository at this point in the history
resolve #51
  • Loading branch information
Katarina Anton authored and kaciakmaciak committed Jun 24, 2022
1 parent 763a93b commit 78d4fb8
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 @@ -24,7 +24,7 @@
},
"main": "lib/index.js",
"module": "es/index.js",
"browser": "dist/react-query-subscription.umd.js",
"unpkg": "dist/react-query-subscription.umd.js",
"types": "types/index.d.ts",
"sideEffects": [],
"files": [
Expand Down

0 comments on commit 78d4fb8

Please sign in to comment.