https://github.com/twbs/bootstrap
Revision c3ea1f60d36cb4d7b6a9427ce9a74512d6d0b807 authored by dependabot[bot] on 01 September 2020, 15:31:48 UTC, committed by GitHub on 01 September 2020, 15:31:48 UTC
Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent 398e3f1
Raw File
Tip revision: c3ea1f60d36cb4d7b6a9427ce9a74512d6d0b807 authored by dependabot[bot] on 01 September 2020, 15:31:48 UTC
Bump eslint from 7.7.0 to 7.8.0 (#31568)
Tip revision: c3ea1f6
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "https://getbootstrap.com/",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top