Skip to content

Commit

Permalink
fix: ensure a11y contributions work for the bot (#263)
Browse files Browse the repository at this point in the history
* fix: ensure a11y contributions work for the bot

* test: update snapshots
  • Loading branch information
jakebolam authored Nov 30, 2019
1 parent 4293365 commit 7d800d2
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@thundra/core": "^2.2.3",
"all-contributors-cli": "^6.9.1",
"all-contributors-cli": "^6.11.0",
"aws-sdk": "^2.395.0",
"compromise": "^11.13.0",
"node-fetch": "^2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ContentFiles Add's new contributor 1`] = `
"# TestContentFIles
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
A test for content files generation
Expand Down Expand Up @@ -40,7 +40,9 @@ This project follows the [all-contributors](https://github.com/all-contributors/
exports[`ContentFiles Init content 1`] = `
"# TestContentFIles
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
A test for content files generation
Expand Down Expand Up @@ -68,7 +70,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
exports[`ContentFiles Init content 2`] = `
"# TestContentFIles
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
A test for content files generation
Expand Down
Loading

0 comments on commit 7d800d2

Please sign in to comment.