Skip to content

Commit

Permalink
chore: Remove sideEffects:true from vitest-plugins
Browse files Browse the repository at this point in the history
Since the setup code has side effects, let's not lie about this in package.json.
  • Loading branch information
altano committed Sep 1, 2024
1 parent e46d7af commit e936f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-shirts-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@altano/vitest-plugins": minor
---

removed sideEffects:true from package.json
1 change: 0 additions & 1 deletion packages/vitest-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.1",
"description": "Custom matchers and snapshot serializers to enhance vitest",
"type": "module",
"sideEffects": false,
"exports": {
"./matchers": {
"default": "./src/matchers/setup.ts",
Expand Down

0 comments on commit e936f78

Please sign in to comment.