Skip to content

Commit

Permalink
fix: revert to jQuery 3 (for then) with Bootstrap 4 alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Dec 10, 2015
1 parent 2631cfa commit 38d843f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery": "~3.0.0-alpha",
"lodash": "~3.10.1",
"bootstrap": "~4.0.0-alpha.2",
"bootstrap": "4.0.0-alpha",
"bootstrap-table": "~1.8.0",
"octicons": "~3.3.0",
"d3": "~3.5.10",
Expand All @@ -33,7 +33,7 @@
"tether": "~1.1.1"
},
"resolutions": {
"jquery": "~2.1.4",
"jquery": "~3.0.0-alpha",
"d3": "~3.5.10"
}
}

0 comments on commit 38d843f

Please sign in to comment.