angular-daterangepicker icon indicating copy to clipboard operation
angular-daterangepicker copied to clipboard

feat: Adds publishing to npm via travis

Open JirkaChadima opened this issue 6 years ago • 2 comments

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.

JirkaChadima avatar Feb 19 '19 12:02 JirkaChadima

That means everybody who already installed it should reinstall? I would prefer to not use @fragaria prefix.

krtek avatar Apr 17 '19 14:04 krtek

  1. 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.
  2. 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)

JirkaChadima avatar Apr 17 '19 14:04 JirkaChadima