mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
Merge pull request #19427 from twbs/npm-deps
Add jQuery and Tether to npm dependencies
This commit is contained in:
commit
5f959f1192
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue