Add jQuery and Tether to npm dependencies; fixes #17325

[skip sauce]
This commit is contained in:
Chris Rebert 2016-03-07 01:23:55 -08:00
parent e52fdc714b
commit b2bb83d8f6
1 changed files with 4 additions and 0 deletions

View File

@ -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",