Skip to content

Commit

Permalink
mark the package as side-effects free (#189)
Browse files Browse the repository at this point in the history
Help tree shaking tools to decide whether it's safe to drop this
package.

More info:
- https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
- https://esbuild.github.io/api/#tree-shaking
  • Loading branch information
zdenekkostal authored Apr 5, 2022
1 parent d00bd1a commit 4ac1315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "color",
"version": "4.2.2",
"description": "Color conversion and manipulation with CSS string support",
"sideEffects": false,
"keywords": [
"color",
"colour",
Expand Down

0 comments on commit 4ac1315

Please sign in to comment.