Skip to content

v5.2.1

Compare
Choose a tag to compare
@Aaronius Aaronius released this 06 Aug 03:49
· 56 commits to master since this release

Rather than creating copies of the typescript declarations for es5, I switched to leveraging the types field in package.json to point to the typings that were generated when the typescript files were compiled to es6. Besides reducing the need for duplicate declarations, it's also advised by the TypeScript documentation.