Skip to content

Commit

Permalink
Bower update, support for jQuery >= 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed Aug 7, 2014
1 parent f32c3a8 commit 141cb3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.0.1",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"main": [ "dist/bootstrap-treeview.min.js", "dist/bootstrap-treeview.min.css" ],
"main": [
"dist/bootstrap-treeview.min.js",
"dist/bootstrap-treeview.min.css"
],
"keywords": [
"Twitter",
"Bootstrap",
Expand All @@ -20,7 +23,7 @@
],
"dependencies": {
"bootstrap": "~3.1.1",
"jquery": "~2.0.3"
"jquery": ">= 1.9.0"
},
"devDependencies": {}
}

0 comments on commit 141cb3a

Please sign in to comment.