0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #19427 from twbs/npm-deps

Add jQuery and Tether to npm dependencies
This commit is contained in:
Chris Rebert 2016-03-14 02:21:02 -07:00
commit 5f959f1192

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