Skip to content

Commit

Permalink
Mark the package as side-effect free
Browse files Browse the repository at this point in the history
This should help with tree-shaking in downstream packages
  • Loading branch information
sandhose committed Jul 12, 2024
1 parent 788c556 commit 658b175
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": "@vector-im/compound-design-tokens",
"version": "1.5.0",
"description": "Compound design tokens",
"sideEffects": false,
"scripts": {
"build": "tsx ./build.ts",
"dev": "http-server .",
Expand Down

0 comments on commit 658b175

Please sign in to comment.