Skip to content

Commit

Permalink
Reduce the number of files included in the npm package
Browse files Browse the repository at this point in the history
Before:
package size:  260.0 kB
unpacked size: 1.4 MB

After:
package size:  149.1 kB
unpacked size: 780.9 kB
  • Loading branch information
XhmikosR committed Oct 23, 2021
1 parent 2bd5ba9 commit 6dc8263
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Expand Up @@ -28,14 +28,10 @@
},
"types": "types/stylelint/index.d.ts",
"files": [
"bin",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"docs",
"lib",
"!**/__tests__",
"!lib/testUtils",
"bin/**/*.js",
"lib/**/*.js",
"!**/__tests__/**",
"!lib/testUtils/**",
"types/stylelint/index.d.ts"
],
"scripts": {
Expand Down

0 comments on commit 6dc8263

Please sign in to comment.