Search code examples
npmangular-bootstrap

angular bootstrap older versions removed from npmjs?


We had been using version 0.11.0 of angular-bootstrap from npmjs. It appears that version is no longer available on npmjs. From the commands below does this mean that someone actually unpublished the older packages?

prompt:~$ npm view angular-bootstrap time

{ modified: '2015-01-12T06:48:54.881Z',
  created: '2014-01-29T21:54:32.213Z',
  '0.0.1': '2014-01-29T21:54:37.589Z',
  '0.0.2': '2014-01-29T22:03:08.814Z',
  '0.0.3': '2014-01-29T22:51:49.998Z',
  '0.0.4': '2014-02-11T15:14:17.078Z',
  '0.11.0': '2014-06-24T07:06:56.435Z',
  '0.13.0-SNAPSHOT': '2014-12-02T13:05:43.151Z',
  '0.12.0': '2015-01-12T06:46:41.986Z' }

prompt:~$ npm view angular-bootstrap versions
0.12.0

Solution

  • Ticket discussing this and the future is at https://github.com/angular-ui/bootstrap/issues/1636