Skip to content

Commit

Permalink
set pkg.sideEffects to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jan 10, 2023
1 parent 75f2a6b commit f2846f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-beds-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fireworkers': patch
---

set pkg.sideEffects to false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fireworkers",
"version": "0.1.1",
"description": "Use Cloud Firestore inside Cloudflare Workers.",
"sideEffects": false,
"type": "module",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit f2846f9

Please sign in to comment.