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

Publish to Bower #11

Closed
OliverJAsh opened this issue Jan 27, 2014 · 6 comments
Closed

Publish to Bower #11

OliverJAsh opened this issue Jan 27, 2014 · 6 comments

Comments

@OliverJAsh
Copy link

… and add a manifest.

@jamesplease
Copy link

👍

Should take less than 12 seconds.

  • bower init
  • Fill out form
  • bower publish es6-promise https://github.com/jakearchibald/es6-promise

It'd be super helpful if you could also include at least the built version, and perhaps the minified version, of the script in the repository.

@jamesplease
Copy link

So after more research it looks like it may already be registered with bower, but lacks a manifest.

@josh
Copy link
Contributor

josh commented Apr 28, 2014

https://github.com/components/es6-promise should be all set

@stephanebachelier
Copy link

@josh https://github.com/components/es6-promise is not supporting AMD. it's missing promise.amd.

@jgehrcke
Copy link

jgehrcke commented Nov 8, 2014

And currently https://github.com/components/es6-promise does not have tag 2.0.0 set, so bower cannot resolve dependency "es6-promise": "2.0.0". Why two repositories for this anyway? Bower's search for es6-promise should end up at https://github.com/jakearchibald/es6-promise and not at https://github.com/components/es6-promise. For now, I am using "es6-promise": "components/es6-promise" in my bower.json. But for the future, this situation should be cleaned up, please...

@mislav
Copy link

mislav commented Jan 22, 2015

v2.0.1 seems to be tagged on components/es6-promise repo, I guess this can be closed.

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

No branches or pull requests

7 participants