erost / ng-videosharing-embed

embed youtube/vimeo/dailymotion videos using AngularJS directives
MIT License
97 stars 44 forks source link

Please tag a release #16

Closed lord2800 closed 10 years ago

lord2800 commented 10 years ago

Bower wants to install '*' as the version! :(

erost commented 10 years ago

I registered the package with bower and added the correct version, let me know if it works for you.

bower info output:

erost@ng-videosharing-embed:~/775754 (master) $ bower info ng-videosharing-embed bower ng-videosharing-embed#* not-cached git://github.com/erost/ng-videosharing-embed.git# bower ng-videosharing-embed#* resolve git://github.com/erost/ng-videosharing-embed.git# bower ng-videosharing-embed#* download https://github.com/erost/ng-videosharing-embed/archive/v0.1.9.tar.gz bower ng-videosharing-embed#* extract archive.tar.gz bower ng-videosharing-embed#* resolved git://github.com/erost/ng-videosharing-embed.git#0.1.9

{ author: 'erost', name: 'ng-videosharing-embed', description: 'Embed videos using AngularJS directives', version: '0.1.9', homepage: 'https://github.com/erost/ng-videosharing-embed', repository: { type: 'git', url: 'git://github.com/erost/ng-videosharing-embed.git' }, main: 'build/ng-videosharing-embed.min.js', dependencies: { angular: '>= 1.2.0' }, ignore: [ '.gitignore', '.travis.yml', 'bower.json', 'Gruntfile.js', 'LICENSE', 'package.json', 'README.md', 'test', 'src', 'node_modules', 'examples', 'config', '.git' ] }

Available versions:

lord2800 commented 10 years ago

Worked like a charm. Thanks!