Skip to content

Commit

Permalink
chore(bower): ensure specific version of jquery is loaded
Browse files Browse the repository at this point in the history
Later in the tutorial we need [email protected], but bootstrap has a dependency
on jquery>=1.9.  So if we don't explicitly set the version we will end up
with the latest jquery, which has a different folder layout that 1.10.2.
  • Loading branch information
petebacondarwin committed Jun 8, 2014
1 parent cda74d5 commit 668cd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"angular": "1.2.x",
"angular-mocks": "~1.2.x",
"jquery": "1.10.2",
"bootstrap": "~3.1.1"
}
}

0 comments on commit 668cd7a

Please sign in to comment.