clean-modules icon indicating copy to clipboard operation
clean-modules copied to clipboard

More useful defaults

Open sdavids opened this issue 1 year ago • 1 comments

For testing:

$ mkdir /tmp/test && cd "$_"
$ npm init --yes
$ npm i pino fast-copy minimisted cache-directory clone events
$ find node_modules -type f -name '*.iml'
$ find node_modules -type f -name '.nojekyll'
$ find node_modules -type f -name '.airtap.yml'
$ find node_modules -type d -name '.husky' -depth
$ find node_modules -type f -name '.bmp.yml'
$ find node_modules -type f -name '.release-it.json'
$ find node_modules -type f -name 'COPYING'

The commit messages have links to the corresponding docs.

sdavids avatar Sep 23 '24 22:09 sdavids

🦋 Changeset detected

Latest commit: 1db781f027e50f1f9bd91542b40fc4c4bf980038

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
clean-modules Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 23 '24 22:09 changeset-bot[bot]

Thanks again @sdavids! The new defaults are included in v3.1.0 ✅

duniul avatar Oct 01 '24 14:10 duniul