Closed jbrukh closed 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)
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 .
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!
I believe the above repository should be updated to reflect the changes in 0.0.6?