update bower.json
This commit is contained in:
parent
ae3e701b17
commit
c4e4b2f55f
16
bower.json
16
bower.json
@ -47,7 +47,7 @@
|
|||||||
"dist/img/team/1.jpg",
|
"dist/img/team/1.jpg",
|
||||||
"dist/img/team/2.jpg",
|
"dist/img/team/2.jpg",
|
||||||
"dist/img/team/3.jpg",
|
"dist/img/team/3.jpg",
|
||||||
"dist/mail/contact_me.php",
|
"dist/mail/contact_me.php"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"/.*",
|
"/.*",
|
||||||
@ -55,10 +55,18 @@
|
|||||||
"bower_components",
|
"bower_components",
|
||||||
"img/**",
|
"img/**",
|
||||||
"js/**",
|
"js/**",
|
||||||
"mail/**"
|
"mail/**",
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">= 1.9.0",
|
"jquery": ">= 1.9.0",
|
||||||
"bootstrap": ">= 3.2.0",
|
"bootstrap": ">= 3.2.0"
|
||||||
}
|
},
|
||||||
|
"authors": [
|
||||||
|
"David Miller <david@ironsummitmedia.com>"
|
||||||
|
],
|
||||||
|
"license": "Apache 2.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user