diff options
| author | Chris Rebert <[email protected]> | 2016-03-07 01:23:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-07 01:23:55 -0800 |
| commit | b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a (patch) | |
| tree | c4c30f85d05df5b4d795ccaaf1be90de641634cb /package.json | |
| parent | e52fdc714b5dac1fe50e8b4a6e04b5afec736d84 (diff) | |
| download | bootstrap-b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a.tar.xz bootstrap-b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a.zip | |
Add jQuery and Tether to npm dependencies; fixes #17325
[skip sauce]
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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", |
