Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not get hls.js with bower #169

Closed
janosgy opened this issue Jan 11, 2016 · 5 comments
Closed

Could not get hls.js with bower #169

janosgy opened this issue Jan 11, 2016 · 5 comments
Labels

Comments

@janosgy
Copy link

janosgy commented Jan 11, 2016

I tried to pull out hls.js with bower, but I could not,
maybe because it's defined as a private package in the bower.json? Why is that?

(npm works)

@mangui
Copy link
Member

mangui commented Jan 15, 2016

@Ins87
we created bower.json while the repo was private. hence why...
could you recheck now ?

@mangui mangui added the Bug label Jan 15, 2016
@janosgy
Copy link
Author

janosgy commented Jan 15, 2016

@mangui
hls.js still unavailable from bower,
did you register it?
http://bower.io/docs/creating-packages/#register

then this page should give a result
http://bower.io/search/?q=hls.js

and you could add the install method to your readme (bower install --save hls.js)

@mangui
Copy link
Member

mangui commented Jan 18, 2016

@Ins87 I followed the procedure,
http://bower.io/search/?q=hls.js is not updated but the following command works

→ bower info hls.js
bower hls.js#*                  cached git://github.com/dailymotion/hls.js.git#0.4.6
bower hls.js#*                validate 0.4.6 against git://github.com/dailymotion/hls.js.git#*

{
  name: 'hls.js',
  version: '0.4.6',
  description: 'Media Source Extension - HLS library, by/for Dailymotion',
  homepage: 'https://github.com/dailymotion/hls.js',
  authors: [
    'Guillaume du Pontavice <guillaume.dupontavice@dailymotion.com>'
  ],
  main: 'dist/hls.js',
  private: false,
  ignore: [
    '**/.*',
    'node_modules',
    'bower_components',
    'test',
    'tests'
  ]
}

Available versions:
  - 0.4.6
  - 0.4.5
  - 0.4.4
  - 0.4.3
  - 0.4.2
  - 0.4.1
  - 0.4.0
  - 0.3.15
  - 0.3.14
  - 0.3.13
  - 0.3.12
  - 0.3.11
  - 0.3.10
  - 0.3.9
  - 0.3.8
  - 0.3.7
  - 0.3.6
  - 0.3.5
  - 0.3.4
  - 0.3.3
  - 0.3.2
  - 0.3.1
  - 0.3.0
  - 0.2.6
  - 0.2.5
  - 0.2.4
  - 0.2.3
  - 0.2.2
  - 0.2.1
  - 0.2.0
  - 0.1.11
  - 0.1.10
  - 0.1.9
  - 0.1.8
  - 0.1.7
  - 0.1.6
  - 0.1.5
  - 0.1.4
  - 0.1.3
  - 0.1.2
  - 0.1.1
  - 0.1.0
  - 0.0.9
  - 0.0.8
  - 0.0.7
  - 0.0.6
  - 0.0.5
  - 0.0.4
  - 0.0.3
  - 0.0.2
  - 0.0.1

@janosgy
Copy link
Author

janosgy commented Jan 19, 2016

@mangui
the url works now, just like bower install,
thank you!

@janosgy janosgy closed this as completed Jan 19, 2016
johnBartos pushed a commit that referenced this issue Dec 5, 2018
@amolskh
Copy link

amolskh commented Jan 30, 2020

Why is latest version of hls.js not available in bower

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants