amd-utils
amd-utils copied to clipboard
versioning and NPM publish
Maybe we should do releases every month or so (or when we group a couple new features) and do point releases for bug fixes.
until now each method has it's own version number and update date. API and packages are very stable for the past 10 months but using a version number for the whole package will make it easier to update it in the future (specially if it is a breaking change). I think we should remove version numbers from each method to avoid confusions.
maybe create a pre-commit hook that grabs the version number from package.json and update the component.json and add a VERSION property to the index.js as well.