aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-01 20:05:12 -0800
committerChris Rebert <[email protected]>2016-01-01 20:05:12 -0800
commite93eeaa2b0289cd3403070f60969caf230126525 (patch)
treecace37cf919723d9218925242b5d9ad3a4088aab
parente655c2db52429af595bcf11802969cc5b5831091 (diff)
parent7297a79e2c5e6e5a8652feb932a37e933eed2430 (diff)
downloadbootstrap-e93eeaa2b0289cd3403070f60969caf230126525.tar.xz
bootstrap-e93eeaa2b0289cd3403070f60969caf230126525.zip
Merge pull request #18575 from QWp6t/patch-2
Add tether as bower dependency
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 0d24a6392..fac3fe8da 100644
--- a/bower.json
+++ b/bower.json
@@ -29,6 +29,7 @@
"test-infra"
],
"dependencies": {
- "jquery": "1.9.1 - 2"
+ "jquery": "1.9.1 - 2",
+ "tether": "^1.1.1"
}
}