From b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 7 Mar 2016 01:23:55 -0800 Subject: [PATCH] Add jQuery and Tether to npm dependencies; fixes #17325 [skip sauce] --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 245db46b86..0e3b2b5a27 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",