Skip to content

Commit

Permalink
make kbn-coloring tree-shakeable
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jul 18, 2023
1 parent 4c1c6a8 commit 327c196
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/kbn-coloring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "@kbn/coloring",
"private": true,
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0"
}
"license": "SSPL-1.0 OR Elastic License 2.0",
"sideEffects": false
}

0 comments on commit 327c196

Please sign in to comment.