Skip to content

Instantly share code, notes, and snippets.

@zmts
Created October 11, 2016 08:50
Show Gist options
  • Save zmts/2423b19402a888347a98ed72e836f60b to your computer and use it in GitHub Desktop.
Save zmts/2423b19402a888347a98ed72e836f60b to your computer and use it in GitHub Desktop.
overrides dependencies in bower
{
...
"overrides": {
"angular": {
"dependencies": {
"jquery": "~1.8"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment