This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Release v0.14.2
Fixed
- Minified bundle was missing from
dist/
folder after runninggrunt release
- This would have caused the parser to not work as an installed npm module since the
package.json
main
property points to the minified bundle
- This would have caused the parser to not work as an installed npm module since the
- Fixed broken Grunt tasks (e.g.
grunt release
) in Windows