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:
authorChris Rebert <github@chrisrebert.com>2016-03-14 12:21:02 +0300
committerChris Rebert <github@chrisrebert.com>2016-03-14 12:21:02 +0300
commit5f959f119242565460ae07d0eaff8ed8274c22f1 (patch)
treeba2923748af56efc33b64bb3f8e4c30f662d302e /package.json
parent738e4bd3084bff1ff2e29c80862c6b0789bde672 (diff)
parentb2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a (diff)
Merge pull request #19427 from twbs/npm-deps
Add jQuery and Tether to npm dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index fbd74338a0..80bb1d7c08 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,10 @@
"url": "https://github.com/twbs/bootstrap/issues"
},
"license": "MIT",
+ "dependencies": {
+ "jquery": "1.9.1 - 2",
+ "tether": "^1.1.1"
+ },
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",