iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Update bower-facing repository to 0.0.6 #19

Closed jbrukh closed 8 years ago

jbrukh commented 8 years ago
$ bower install ng-scrollbars#0.0.6
bower ng-scrollbars#0.0.6   not-cached git://github.com/minhongrails/ng-scrollbars.git#0.0.6
bower ng-scrollbars#0.0.6      resolve git://github.com/minhongrails/ng-scrollbars.git#0.0.6
bower ng-scrollbars#0.0.6 ENORESTARGET No tag found that was able to satisfy 0.0.6

I believe the above repository should be updated to reflect the changes in 0.0.6?

iominh commented 8 years ago

Ah, good catch! I just updated the registry but it'll take a little while to uncache/update. If you need the library now, you should be able to just copy the source or dist versions in the 0.0.6 version (https://github.com/iominh/ng-scrollbars)

jbrukh commented 8 years ago

Thanks!

On Mon, Jan 18, 2016 at 5:28 PM, Minh Nguyen notifications@github.com wrote:

Ah, good catch! I just updated the registry but it'll take a little while to uncache/update. If you need the library now, you should be able to just copy the source or dist versions in the 0.0.6 version ( https://github.com/iominh/ng-scrollbars)

— Reply to this email directly or view it on GitHub https://github.com/iominh/ng-scrollbars/issues/19#issuecomment-172670789 .

iominh commented 8 years ago

It should be updated in the registry now:

$ bower info ng-scrollbars
bower info ng-scrollbars
bower ng-scrollbars#*           cached git://github.com/iominh/ng-scrollbars.git#0.0.6
bower ng-scrollbars#*         validate 0.0.6 against git://github.com/iominh/ng-scrollbars.git#*

{
  name: 'ng-scrollbars',
  version: '0.0.6',
  authors: [
    'minhongrails@gmail.com'
  ],
  description: 'Port of Malihu\'s jQuery Custom Scrollbar to AngularJS',
  main: 'dist/scrollbars.min.js',
  keywords: [
    'scrollbar',
    'scrollbars',
    'angularjs',
    'malihu',
    'custom'
  ],
  license: 'MIT',
  homepage: 'http://iominh.github.io/ng-scrollbars/',
  dependencies: {
    'malihu-custom-scrollbar-plugin': '>=3.0.7',
    angular: '^1.2.21'
  },
  ignore: [
    '**/.*',
    'demo',
    'gulp',
    'node_modules',
    'bower_components',
    'app/bower_components',
    'test',
    'tests'
  ]
}

Available versions:
  - 0.0.6
  - 0.0.5
  - 0.0.4
  - 0.0.3
  - 0.0.2
  - 0.0.1

You can request info for a specific version with 'bower info ng-scrollbars#<version>'

I had pointed it to an older repo so it's possible your local bower may be caching the older repo, in which case you may need to do bower cache clean

I'll close this ticket and let me know if you encounter any other issues, thanks again!