Skip to content

Commit

Permalink
fix(log): side effect declaration (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Feb 19, 2024
1 parent 956c790 commit 2fca0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"src"
],
"sideEffects": [
"./src/init.ts"
"./dist/init.js"
],
"browser": {},
"dependencies": {
Expand Down

0 comments on commit 2fca0c1

Please sign in to comment.