From: Chris Rebert Date: Mon, 7 Mar 2016 09:23:55 +0000 (-0800) Subject: Add jQuery and Tether to npm dependencies; fixes #17325 X-Git-Tag: v4.0.0-alpha.3~155^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19427%2Fhead;p=thirdparty%2Fbootstrap.git Add jQuery and Tether to npm dependencies; fixes #17325 [skip sauce] --- 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",