nanotar
nanotar copied to clipboard
feat: include dual ESM/CJS package exports
๐ Linked issue
resolves #2
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [x] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This PR just removes the types from package exports:
Included JetBrains .idea/ folder to .gitignore file.
This PR also fixes the createTar test on Windows:
tar --version
bsdtar 3.5.2 - libarchive 3.5.2 zlib/1.2.5.f-ipp
๐ Checklist
- [x] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.