angular-daterangepicker
angular-daterangepicker copied to clipboard
feat: Adds publishing to npm via travis
Addresses #84 and #198
The only possibly controversial thing is that I've namespaced the package into @fragaria
organization on NPM. Also, Travis is enabled and should publish automatically to NPM on every pushed tag.
That means everybody who already installed it should reinstall? I would prefer to not use @fragaria prefix.
- prefix - If we don't want the prefix, you have to get in touch with the owner of this package and get publishing rights for it.
- AFAIK the recommended installation is through bower. NPM has no relation to bower, so no, people can still install via bower. In addition, after merging this, they can install this via NPM. edit: Unless bower is somehow working with the contents of package.json (I have no idea how it works)