Skip to content

Commit

Permalink
set sideEffects: false from @wry/caches
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 16, 2023
1 parent 08a37cd commit 0b202b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/caches/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@wry/caches",
"version": "1.0.0",
"version": "1.0.1",
"author": "Ben Newman <ben@eloper.dev>",
"description": "Various cache implementations",
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "lib/bundle.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 0b202b1

Please sign in to comment.