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

Npm release still has very old version

Open imaksp opened this issue 9 years ago • 1 comments

@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.

imaksp avatar Aug 25 '16 12:08 imaksp

You can edit your package.json file like this:

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

Not perfect, but works:)

passatgt avatar Sep 11 '16 09:09 passatgt