0.5.4
📝 What's Changed
- Moved external package dependencies as peer dependencies. As of npm v7,
peerDependencies
are installed by default. That will streamline the configuration without the need to have manual steps or bundle them increasing the package size. @oskardudycz in #43 - Improved compatibility check for ES Modules. Now they don't need to create temp file, but just pipe stderr to the errors matcher. by @oskardudycz in #42
📄 Docs
- Added Contribution Guidelines.
Have questions or ideas? Join our Discord server!
Full Changelog: 0.5.3...0.5.4