Skip to content

Commit d052c7e

Browse files
authored
Add all contributors (#113)
* add all contributors * update contributors
1 parent dc718e9 commit d052c7e

File tree

4 files changed

+235
-12
lines changed

4 files changed

+235
-12
lines changed

.all-contributorsrc

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"projectName": "react-powerplug",
3+
"projectOwner": "renatorib",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"contributors": [
12+
{
13+
"login": "renatorib",
14+
"name": "Renato Ribeiro",
15+
"avatar_url": "https://avatars2.githubusercontent.com/u/3277185?v=4",
16+
"profile": "http://twitter.com/renatorib_",
17+
"contributions": [
18+
"code",
19+
"design",
20+
"doc",
21+
"test"
22+
]
23+
},
24+
{
25+
"login": "TrySound",
26+
"name": "Bogdan Chadkin",
27+
"avatar_url": "https://avatars0.githubusercontent.com/u/5635476?v=4",
28+
"profile": "https://github.com/TrySound",
29+
"contributions": [
30+
"code",
31+
"doc",
32+
"test",
33+
"infra"
34+
]
35+
},
36+
{
37+
"login": "souporserious",
38+
"name": "Travis Arnold",
39+
"avatar_url": "https://avatars1.githubusercontent.com/u/2762082?v=4",
40+
"profile": "http://travisrayarnold.com",
41+
"contributions": [
42+
"code",
43+
"doc",
44+
"bug"
45+
]
46+
},
47+
{
48+
"login": "MaxGraey",
49+
"name": "Max Graey",
50+
"avatar_url": "https://avatars3.githubusercontent.com/u/1301959?v=4",
51+
"profile": "https://github.com/MaxGraey",
52+
"contributions": [
53+
"code"
54+
]
55+
},
56+
{
57+
"login": "Andarist",
58+
"name": "Mateusz Burzyński",
59+
"avatar_url": "https://avatars2.githubusercontent.com/u/9800850?v=4",
60+
"profile": "https://github.com/Andarist",
61+
"contributions": [
62+
"bug"
63+
]
64+
},
65+
{
66+
"login": "jedwards1211",
67+
"name": "Andy Edwards",
68+
"avatar_url": "https://avatars0.githubusercontent.com/u/1448194?v=4",
69+
"profile": "http://helloandy.xyz",
70+
"contributions": [
71+
"code"
72+
]
73+
},
74+
{
75+
"login": "apuntovanini",
76+
"name": "Andrea Vanini",
77+
"avatar_url": "https://avatars2.githubusercontent.com/u/1159781?v=4",
78+
"profile": "http://uidu.org",
79+
"contributions": [
80+
"bug"
81+
]
82+
},
83+
{
84+
"login": "istarkov",
85+
"name": "Ivan Starkov",
86+
"avatar_url": "https://avatars3.githubusercontent.com/u/5077042?v=4",
87+
"profile": "https://twitter.com/icelabaratory",
88+
"contributions": [
89+
"bug"
90+
]
91+
},
92+
{
93+
"login": "SeanRoberts",
94+
"name": "Sean Roberts",
95+
"avatar_url": "https://avatars1.githubusercontent.com/u/25376?v=4",
96+
"profile": "http://factore.ca",
97+
"contributions": [
98+
"doc"
99+
]
100+
}
101+
]
102+
}

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,6 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
281281
<ControlledInput placeholder="Subject" {...input('subject').bind} />
282282
<ControlledTextArea placeholder="Message" {...input('message').bind} />
283283
<Submit>Send</Submit>
284-
285-
{/*
286-
input(id) => { bind, set, value }
287-
*/}
288284
</form>
289285
)}
290286
</Form>
@@ -362,6 +358,21 @@ npm i react-powerplug
362358
363359
exposed as `ReactPowerPlug`
364360
361+
# Contributors
362+
363+
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
364+
365+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
366+
367+
<!-- prettier-ignore -->
368+
| [<img src="https://avatars2.githubusercontent.com/u/3277185?v=4" width="100px;"/><br /><sub><b>Renato Ribeiro</b></sub>](http://twitter.com/renatorib_)<br />[💻](https://github.com/renatorib/react-powerplug/commits?author=renatorib "Code") [🎨](#design-renatorib "Design") [📖](https://github.com/renatorib/react-powerplug/commits?author=renatorib "Documentation") [⚠️](https://github.com/renatorib/react-powerplug/commits?author=renatorib "Tests") | [<img src="https://avatars0.githubusercontent.com/u/5635476?v=4" width="100px;"/><br /><sub><b>Bogdan Chadkin</b></sub>](https://github.com/TrySound)<br />[💻](https://github.com/renatorib/react-powerplug/commits?author=TrySound "Code") [📖](https://github.com/renatorib/react-powerplug/commits?author=TrySound "Documentation") [⚠️](https://github.com/renatorib/react-powerplug/commits?author=TrySound "Tests") [🚇](#infra-TrySound "Infrastructure (Hosting, Build-Tools, etc)") | [<img src="https://avatars1.githubusercontent.com/u/2762082?v=4" width="100px;"/><br /><sub><b>Travis Arnold</b></sub>](http://travisrayarnold.com)<br />[💻](https://github.com/renatorib/react-powerplug/commits?author=souporserious "Code") [📖](https://github.com/renatorib/react-powerplug/commits?author=souporserious "Documentation") [🐛](https://github.com/renatorib/react-powerplug/issues?q=author%3Asouporserious "Bug reports") | [<img src="https://avatars3.githubusercontent.com/u/1301959?v=4" width="100px;"/><br /><sub><b>Max Graey</b></sub>](https://github.com/MaxGraey)<br />[💻](https://github.com/renatorib/react-powerplug/commits?author=MaxGraey "Code") | [<img src="https://avatars2.githubusercontent.com/u/9800850?v=4" width="100px;"/><br /><sub><b>Mateusz Burzyński</b></sub>](https://github.com/Andarist)<br />[🐛](https://github.com/renatorib/react-powerplug/issues?q=author%3AAndarist "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/1448194?v=4" width="100px;"/><br /><sub><b>Andy Edwards</b></sub>](http://helloandy.xyz)<br />[💻](https://github.com/renatorib/react-powerplug/commits?author=jedwards1211 "Code") | [<img src="https://avatars2.githubusercontent.com/u/1159781?v=4" width="100px;"/><br /><sub><b>Andrea Vanini</b></sub>](http://uidu.org)<br />[🐛](https://github.com/renatorib/react-powerplug/issues?q=author%3Aapuntovanini "Bug reports") |
369+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
370+
| [<img src="https://avatars3.githubusercontent.com/u/5077042?v=4" width="100px;"/><br /><sub><b>Ivan Starkov</b></sub>](https://twitter.com/icelabaratory)<br />[🐛](https://github.com/renatorib/react-powerplug/issues?q=author%3Aistarkov "Bug reports") | [<img src="https://avatars1.githubusercontent.com/u/25376?v=4" width="100px;"/><br /><sub><b>Sean Roberts</b></sub>](http://factore.ca)<br />[📖](https://github.com/renatorib/react-powerplug/commits?author=SeanRoberts "Documentation") |
371+
372+
<!-- ALL-CONTRIBUTORS-LIST:END -->
373+
374+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
375+
365376
# Contribute
366377
367378
You can help improving this project sending PRs and helping with issues.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"test:cjs": "jest --setupTestFrameworkScriptFile ./tests/jestCJSSetup.js",
2323
"test": "npm run build && npm run lint && jest && npm run test:umd && npm run test:cjs",
2424
"precommit": "lint-staged",
25-
"prepublishOnly": "npm run clean && npm run build"
25+
"prepublishOnly": "npm run clean && npm run build",
26+
"contributors:add": "all-contributors add",
27+
"contributors:generate": "all-contributors generate"
2628
},
2729
"lint-staged": {
2830
"*.{js,md}": [
@@ -64,6 +66,7 @@
6466
"@babel/preset-env": "^7.0.0-beta.49",
6567
"@babel/preset-react": "^7.0.0-beta.49",
6668
"@babel/preset-stage-3": "^7.0.0-beta.49",
69+
"all-contributors-cli": "^4.11.2",
6770
"babel-core": "^7.0.0-bridge.0",
6871
"babel-eslint": "^8.2.2",
6972
"babel-jest": "^23.0.0",

yarn.lock

Lines changed: 114 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,18 @@ align-text@^0.1.1, align-text@^0.1.3:
863863
longest "^1.0.1"
864864
repeat-string "^1.5.2"
865865

866+
all-contributors-cli@^4.11.2:
867+
version "4.11.2"
868+
resolved "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-4.11.2.tgz#b8bf1e1d08181be76ca4ebeb7869d3fdfbcf5557"
869+
dependencies:
870+
async "^2.0.0-rc.1"
871+
chalk "^2.3.0"
872+
inquirer "^4.0.0"
873+
lodash "^4.11.2"
874+
pify "^3.0.0"
875+
request "^2.72.0"
876+
yargs "^10.0.3"
877+
866878
amdefine@>=0.0.4:
867879
version "1.0.1"
868880
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
@@ -1053,6 +1065,12 @@ async@^1.4.0:
10531065
version "1.5.2"
10541066
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
10551067

1068+
async@^2.0.0-rc.1:
1069+
version "2.6.1"
1070+
resolved "https://registry.npmjs.org/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
1071+
dependencies:
1072+
lodash "^4.17.10"
1073+
10561074
async@^2.1.4:
10571075
version "2.5.0"
10581076
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
@@ -1537,22 +1555,26 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
15371555
escape-string-regexp "^1.0.5"
15381556
supports-color "^4.0.0"
15391557

1540-
chalk@^2.3.2:
1541-
version "2.3.2"
1542-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
1558+
chalk@^2.3.0, chalk@^2.4.0:
1559+
version "2.4.1"
1560+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
15431561
dependencies:
15441562
ansi-styles "^3.2.1"
15451563
escape-string-regexp "^1.0.5"
15461564
supports-color "^5.3.0"
15471565

1548-
chalk@^2.4.0:
1549-
version "2.4.1"
1550-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1566+
chalk@^2.3.2:
1567+
version "2.3.2"
1568+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
15511569
dependencies:
15521570
ansi-styles "^3.2.1"
15531571
escape-string-regexp "^1.0.5"
15541572
supports-color "^5.3.0"
15551573

1574+
chardet@^0.4.0:
1575+
version "0.4.2"
1576+
resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
1577+
15561578
chokidar@^2.0.2, chokidar@^2.0.3:
15571579
version "2.0.3"
15581580
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.3.tgz#dcbd4f6cbb2a55b4799ba8a840ac527e5f4b1176"
@@ -2436,6 +2458,14 @@ external-editor@^2.0.4:
24362458
jschardet "^1.4.2"
24372459
tmp "^0.0.31"
24382460

2461+
external-editor@^2.1.0:
2462+
version "2.2.0"
2463+
resolved "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
2464+
dependencies:
2465+
chardet "^0.4.0"
2466+
iconv-lite "^0.4.17"
2467+
tmp "^0.0.33"
2468+
24392469
extglob@^0.3.1:
24402470
version "0.3.2"
24412471
resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
@@ -3143,6 +3173,25 @@ inquirer@^3.0.6:
31433173
strip-ansi "^4.0.0"
31443174
through "^2.3.6"
31453175

3176+
inquirer@^4.0.0:
3177+
version "4.0.2"
3178+
resolved "https://registry.npmjs.org/inquirer/-/inquirer-4.0.2.tgz#cc678b4cbc0e183a3500cc63395831ec956ab0a3"
3179+
dependencies:
3180+
ansi-escapes "^3.0.0"
3181+
chalk "^2.0.0"
3182+
cli-cursor "^2.1.0"
3183+
cli-width "^2.0.0"
3184+
external-editor "^2.1.0"
3185+
figures "^2.0.0"
3186+
lodash "^4.3.0"
3187+
mute-stream "0.0.7"
3188+
run-async "^2.2.0"
3189+
rx-lite "^4.0.8"
3190+
rx-lite-aggregates "^4.0.8"
3191+
string-width "^2.1.0"
3192+
strip-ansi "^4.0.0"
3193+
through "^2.3.6"
3194+
31463195
invariant@^2.2.0, invariant@^2.2.2:
31473196
version "2.2.2"
31483197
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
@@ -4077,6 +4126,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lo
40774126
version "4.17.4"
40784127
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
40794128

4129+
lodash@^4.11.2, lodash@^4.17.10:
4130+
version "4.17.10"
4131+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4132+
40804133
lodash@^4.17.5:
40814134
version "4.17.5"
40824135
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -4606,7 +4659,7 @@ os-locale@^2.0.0:
46064659
lcid "^1.0.0"
46074660
mem "^1.1.0"
46084661

4609-
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1:
4662+
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
46104663
version "1.0.2"
46114664
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
46124665

@@ -5245,6 +5298,31 @@ request@2.81.0, request@^2.81.0:
52455298
tunnel-agent "^0.6.0"
52465299
uuid "^3.0.0"
52475300

5301+
request@^2.72.0:
5302+
version "2.87.0"
5303+
resolved "https://registry.npmjs.org/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
5304+
dependencies:
5305+
aws-sign2 "~0.7.0"
5306+
aws4 "^1.6.0"
5307+
caseless "~0.12.0"
5308+
combined-stream "~1.0.5"
5309+
extend "~3.0.1"
5310+
forever-agent "~0.6.1"
5311+
form-data "~2.3.1"
5312+
har-validator "~5.0.3"
5313+
http-signature "~1.2.0"
5314+
is-typedarray "~1.0.0"
5315+
isstream "~0.1.2"
5316+
json-stringify-safe "~5.0.1"
5317+
mime-types "~2.1.17"
5318+
oauth-sign "~0.8.2"
5319+
performance-now "^2.1.0"
5320+
qs "~6.5.1"
5321+
safe-buffer "^5.1.1"
5322+
tough-cookie "~2.3.3"
5323+
tunnel-agent "^0.6.0"
5324+
uuid "^3.1.0"
5325+
52485326
request@^2.83.0:
52495327
version "2.83.0"
52505328
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
@@ -6005,6 +6083,12 @@ tmp@^0.0.31:
60056083
dependencies:
60066084
os-tmpdir "~1.0.1"
60076085

6086+
tmp@^0.0.33:
6087+
version "0.0.33"
6088+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
6089+
dependencies:
6090+
os-tmpdir "~1.0.2"
6091+
60086092
tmpl@1.0.x:
60096093
version "1.0.4"
60106094
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -6438,12 +6522,35 @@ yallist@^2.1.2:
64386522
version "2.1.2"
64396523
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
64406524

6525+
yargs-parser@^8.1.0:
6526+
version "8.1.0"
6527+
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
6528+
dependencies:
6529+
camelcase "^4.1.0"
6530+
64416531
yargs-parser@^9.0.2:
64426532
version "9.0.2"
64436533
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
64446534
dependencies:
64456535
camelcase "^4.1.0"
64466536

6537+
yargs@^10.0.3:
6538+
version "10.1.2"
6539+
resolved "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5"
6540+
dependencies:
6541+
cliui "^4.0.0"
6542+
decamelize "^1.1.1"
6543+
find-up "^2.1.0"
6544+
get-caller-file "^1.0.1"
6545+
os-locale "^2.0.0"
6546+
require-directory "^2.1.1"
6547+
require-main-filename "^1.0.1"
6548+
set-blocking "^2.0.0"
6549+
string-width "^2.0.0"
6550+
which-module "^2.0.0"
6551+
y18n "^3.2.1"
6552+
yargs-parser "^8.1.0"
6553+
64476554
yargs@^11.0.0:
64486555
version "11.0.0"
64496556
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"

0 commit comments

Comments
 (0)