Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQWp6t <hi@qwp6t.me>2015-12-15 08:09:39 +0300
committerQWp6t <hi@qwp6t.me>2015-12-15 23:56:33 +0300
commit7297a79e2c5e6e5a8652feb932a37e933eed2430 (patch)
tree5d436ef390dd6afa37841b74e5e3164d42a3b913 /bower.json
parent5cb503e6306116bce6de78c8b7436a13db851fab (diff)
Add tether as bower dependency
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 0d24a6392c..fac3fe8da6 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"
}
}