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

Make jquery-migrate available thru Bower #43

Closed
dananichev opened this issue Jun 17, 2013 · 5 comments
Closed

Make jquery-migrate available thru Bower #43

dananichev opened this issue Jun 17, 2013 · 5 comments

Comments

@dananichev
Copy link

Bower is a package manager.
Project page https://github.com/bower/bower

Long story short:

  1. Register package in Bower's Registry (https://github.com/bower/bower#registering-packages)
  2. Make users happy!

Thanks in advance.

@ghost ghost assigned timmywil Nov 25, 2013
@appleboy
Copy link

Everybody can try https://github.com/appleboy/jquery-migrate

Install via bower:

$ bower install jquery-migrate

bower package info:

$ bower info jquery-migrate

@dmethvin
Copy link
Member

Per our experience with jQuery core, mixing a development repo and a distribution (Bower) repo has proven to be a bad idea. If someone wants to have us add a hook to notify when we publish on this repo let us know.

@denisz1
Copy link

denisz1 commented Nov 30, 2014

@dmethvin Please could you do that, so we know when this repo is updated? So we can use it in Bower... downloading and adding it manually, and checking when it's been updated, is a pain. THANKS!

@srsgores
Copy link

For anyone looking to use jquery-migrate in your bower projects: do the following in your bower.json file:

 "dependencies": {
    ...
    "jquery-migrate": "http://code.jquery.com/jquery-migrate-1.2.1.js"
  },

@dmethvin dmethvin removed this from the 1.3.0 milestone Jan 13, 2016
@jquery jquery locked and limited conversation to collaborators Sep 6, 2016
@jquery jquery unlocked this conversation Sep 6, 2016
@irbian
Copy link

irbian commented Aug 23, 2019

You can also install it as npm dependency and make the bower install it from the node_modules folder

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