component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0
This commit is contained in:
parent
d991ef2ab1
commit
790cb187f1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"version": "2.3.2",
|
||||
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
||||
"dependencies": {
|
||||
"jquery": "~1.8.0"
|
||||
"jquery": ">=1.8.0 <2.1.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue