Skip to content

Commit

Permalink
chore(package.json): Remove assets/images from files array
Browse files Browse the repository at this point in the history
This commit removes "assets/images" from the "files" array in package.json. This change was necessary because the specified assets were no longer needed in the distribution, streamlining the package further.
  • Loading branch information
mallikcheripally committed Jun 16, 2024
1 parent c6e7a35 commit 66e7645
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"module": "dist/colore.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"assets/images"
"dist"
],
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 66e7645

Please sign in to comment.