Skip to content

Commit

Permalink
feat: add sideEffects (#227)
Browse files Browse the repository at this point in the history
* feat: add `sideEffects`

* feat: exclude test and stories from package
  • Loading branch information
ogonkov authored Aug 18, 2023
1 parent 423498e commit 1624ebc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
"build",
"!**/__tests__/**",
"!**/__stories__/**"
],
"publishConfig": {
"access": "public"
},
"sideEffects": ["*.css"],
"dependencies": {
"@gravity-ui/date-utils": "^1.4.1",
"@gravity-ui/yagr": "^3.7.8",
Expand Down

0 comments on commit 1624ebc

Please sign in to comment.