Skip to content

Releases: QuiiBz/sherif

v0.4.2

09 Nov 08:23
Compare
Choose a tag to compare

What's Changed

  • fix: multiple-dependencies should work with only devDeps by @QuiiBz in #21

Full Changelog: v0.4.1...v0.4.2

v0.4.1

03 Nov 09:07
Compare
Choose a tag to compare

New --fix option to autofix fixable issues

Some issues can now be fixed automatically when appending the --fix option:

  • empty-dependencies will remove any empty dependency (dependencies, devDependencies...) field
  • root-package-private-field will add/set the private field to true inside the root package.json
  • types-in-dependencies will move any @types/* package declared in dependencies to devDependencies

More issues will be autofixable in the future: #6

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.1

v0.3.0

27 Sep 11:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0