aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-07 01:23:55 -0800
committerChris Rebert <[email protected]>2016-03-07 01:23:55 -0800
commitb2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a (patch)
treec4c30f85d05df5b4d795ccaaf1be90de641634cb
parente52fdc714b5dac1fe50e8b4a6e04b5afec736d84 (diff)
downloadbootstrap-b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a.tar.xz
bootstrap-b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a.zip
Add jQuery and Tether to npm dependencies; fixes #17325
[skip sauce]
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 245db46b8..0e3b2b5a2 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",