Skip to content

Commit 687ef4c

Browse files
Narrows set of bundled files to essential ones.
Why: * There's no reason to include tests in the npm build.
1 parent 7c08cdb commit 687ef4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"url": "https://github.com/jakubpawlowicz/clean-css-cli/issues"
2626
},
2727
"main": "index.js",
28+
"files": [
29+
"bin",
30+
"History.md",
31+
"index.js",
32+
"LICENSE"
33+
],
2834
"homepage": "https://github.com/jakubpawlowicz/clean-css-cli#readme",
2935
"dependencies": {
3036
"clean-css": "^4.1.0",

0 commit comments

Comments
 (0)