Skip to content

Instantly share code, notes, and snippets.

@ryancat
Created April 8, 2015 01:06
Show Gist options
  • Save ryancat/0a8f39b5f001f2f8f231 to your computer and use it in GitHub Desktop.
Save ryancat/0a8f39b5f001f2f8f231 to your computer and use it in GitHub Desktop.
How to use two different versions in bower
http://www.danschnau.com/multiple-versions-of-a-package-in-bower/
"dependencies": {
"jquery-1.9.1": "jquery#1.9.1",
"jquery-1.8.1": "jquery#1.8.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment