Skip to content

Commit

Permalink
Add all-contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencookdev committed Jan 23, 2021
1 parent 994d910 commit 0ab7e23
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" /></a>",
"badgeTemplate": "<a href=\"https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin\"><img src=\"https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin.svg?branch=master\" /></a> <a href=\"https://npmjs.com/package/speed-measure-webpack-plugin\"><img src=\"https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg\" /></a> <a href=\"https://npmjs.com/package/speed-measure-webpack-plugin\"><img src=\"https://img.shields.io/node/v/speed-measure-webpack-plugin.svg\" /></a> <a href=\"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/prettier/prettier\"><img src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg\" /></a> <a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" /></a>",
"contributors": [
{
"login": "stephencookdev",
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
<div><sup><em>(for webpack)</em></sup></div>
</h1>

<a href="https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin"><img src="https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin.svg?branch=master" /></a>
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg" /></a>
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/node/v/speed-measure-webpack-plugin.svg" /></a>
<a href="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/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all_contributors-6-orange.svg" /></a>
<a href="https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin"><img src="https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin.svg?branch=master" /></a> <a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg" /></a> <a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/node/v/speed-measure-webpack-plugin.svg" /></a> <a href="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/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a> <a href="#contributors"><img src="https://img.shields.io/badge/all_contributors-6-orange.svg" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->

</div>
Expand Down
240 changes: 240 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"audit-fix": "npm audit fix && lerna run audit-fix --parallel",
"documentation-test": "alex ./*.md && write-good ./*.md",
"lint": "prettier --check \"*.{js,json,css,md}\"",
"fixlint": "prettier --write \"*.{js,json,css,md}\""
"fixlint": "prettier --write \"*.{js,json,css,md}\"",
"ac": "all-contributors"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +44,7 @@
},
"devDependencies": {
"alex": "^9.1.0",
"all-contributors-cli": "^6.19.0",
"husky": "^4.2.3",
"jest": "^26.6.3",
"lerna": "^3.22.1",
Expand Down

0 comments on commit 0ab7e23

Please sign in to comment.