Add a README.md badge to track our dependencies and require jQuery >=3.0.0. (#23125)

This commit is contained in:
Johann-S 2017-08-11 07:57:05 +02:00 committed by Mark Otto
parent e25b11d433
commit 7b0a0b246c
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ Read the [Getting started page](https://getbootstrap.com/getting-started/) for i
[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap)
[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap)
[![dependencies Status](https://david-dm.org/twbs/bootstrap/status.svg)](https://david-dm.org/twbs/bootstrap)
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev)
[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap)
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap)

View File

@ -67,7 +67,7 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"jquery": ">=1.9.1",
"jquery": ">=3.0.0",
"popper.js": "^1.11.0"
},
"devDependencies": {