Skip to content

Commit

Permalink
fix: Add explicit files list to package json (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Mar 29, 2024
1 parent fb8e70b commit 9f77fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"./dark-mode-utils.css": "./dark-mode-utils.css",
"./index.css": "./index.css"
},
"files": [
"*.js",
"*.d.ts",
"*.css",
"THIRD-PARTY-LICENSES.txt"
],
"scripts": {
"prepare": "husky",
"prebuild": "rm -rf lib && mkdir lib",
Expand Down

0 comments on commit 9f77fff

Please sign in to comment.