Skip to content

Commit 0ab7e23

Browse files
Add all-contributors
1 parent 994d910 commit 0ab7e23

File tree

4 files changed

+245
-7
lines changed

4 files changed

+245
-7
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "none",
12-
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" /></a>",
12+
"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=\"https://github.com/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>",
1313
"contributors": [
1414
{
1515
"login": "stephencookdev",

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
<div><sup><em>(for webpack)</em></sup></div>
66
</h1>
77

8-
<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>
9-
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg" /></a>
10-
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/node/v/speed-measure-webpack-plugin.svg" /></a>
11-
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
128
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
13-
<a href="#contributors"><img src="https://img.shields.io/badge/all_contributors-6-orange.svg" /></a>
9+
<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="https://github.com/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>
1410
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1511

1612
</div>

package-lock.json

Lines changed: 240 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"audit-fix": "npm audit fix && lerna run audit-fix --parallel",
1010
"documentation-test": "alex ./*.md && write-good ./*.md",
1111
"lint": "prettier --check \"*.{js,json,css,md}\"",
12-
"fixlint": "prettier --write \"*.{js,json,css,md}\""
12+
"fixlint": "prettier --write \"*.{js,json,css,md}\"",
13+
"ac": "all-contributors"
1314
},
1415
"repository": {
1516
"type": "git",
@@ -43,6 +44,7 @@
4344
},
4445
"devDependencies": {
4546
"alex": "^9.1.0",
47+
"all-contributors-cli": "^6.19.0",
4648
"husky": "^4.2.3",
4749
"jest": "^26.6.3",
4850
"lerna": "^3.22.1",

0 commit comments

Comments
 (0)