Skip to content

Commit 917602a

Browse files
😒 chore(package.json): Mark side-effects free.
1 parent e99b3b4 commit 917602a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@
129129
"lint": "true",
130130
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
131131
"travis": "npm run lint && npm run cover"
132-
}
132+
},
133+
"sideEffects": false
133134
}

0 commit comments

Comments
 (0)