Skip to content

Commit

Permalink
chore: correct sideEffects value
Browse files Browse the repository at this point in the history
  • Loading branch information
RyKilleen committed Jan 28, 2023
1 parent c824261 commit 9609020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-mangos-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"slick-toc": patch
---

fix: correct value for package.json sideEffects
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "slick-toc",
"version": "1.0.6",
"type": "module",
"sideEffects": "false",
"sideEffects": false,
"files": [
"dist"
],
Expand Down

0 comments on commit 9609020

Please sign in to comment.