g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
719 stars 420 forks source link

Npm release still has very old version #309

Open imaksp opened 8 years ago

imaksp commented 8 years ago

@g00fy- Npm release https://www.npmjs.com/package/angular-datepicker still has 1.0.5 version, please release latest(2.1.3) version to npm. Currently I have to copy latest dist folder from Github.

passatgt commented 8 years ago

You can edit your package.json file like this:

"angular-datepicker": "https://github.com/g00fy-/angular-datepicker.git"

Not perfect, but works:)