Add jQuery and Tether to npm dependencies; fixes #17325
[skip sauce]
Showing
+4 -0
... | @@ -28,6 +28,10 @@ | ... | @@ -28,6 +28,10 @@ |
"url": "https://github.com/twbs/bootstrap/issues" | "url": "https://github.com/twbs/bootstrap/issues" | ||
}, | }, | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | |||
"jquery": "1.9.1 - 2", | |||
"tether": "^1.1.1" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer": "^6.0.3", | "autoprefixer": "^6.0.3", | ||
"babel-eslint": "^4.1.3", | "babel-eslint": "^4.1.3", | ||
... | ... |
Please register or sign in to comment