How do I get the latest built min.js version with npm or a link?
I'm writing our build script and I want to be able to get the latest stable version.
Npm package does not seem to have a dist/ directory with the min.js, is there a direct link perhaps?