aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-14 02:21:02 -0700
committerChris Rebert <[email protected]>2016-03-14 02:21:02 -0700
commit5f959f119242565460ae07d0eaff8ed8274c22f1 (patch)
treeba2923748af56efc33b64bb3f8e4c30f662d302e
parent738e4bd3084bff1ff2e29c80862c6b0789bde672 (diff)
parentb2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a (diff)
downloadbootstrap-5f959f119242565460ae07d0eaff8ed8274c22f1.tar.xz
bootstrap-5f959f119242565460ae07d0eaff8ed8274c22f1.zip
Merge pull request #19427 from twbs/npm-deps
Add jQuery and Tether to npm dependencies
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index fbd74338a..80bb1d7c0 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",