Skip to content

Commit

Permalink
fix: include .cleanmodules-default file
Browse files Browse the repository at this point in the history
  • Loading branch information
duniul committed May 31, 2021
1 parent cd22115 commit 61decf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-modules",
"author": "Daniel Grefberg <hello@danielgrefberg.com>",
"version": "1.0.4",
"version": "2.0.0",
"description": "Clean up/prune unnecessary files and reduce the size of your `node_modules` directory. Useful for CI caches or for reducing the size of your AWS Lambdas/Azure Functions.",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,6 +26,7 @@
},
"files": [
"lib",
".cleanmodules-default",
"!.tsbuildinfo"
],
"bin": {
Expand Down

0 comments on commit 61decf7

Please sign in to comment.