Skip to content

Commit b8c2d53

Browse files
committed
Added contributors section
1 parent 532a253 commit b8c2d53

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ API for this package was inspired by this awesome projects:
4747
* [flux-standard-action](https://github.com/acdlite/flux-standard-action)
4848
* [redux-actions](https://github.com/reduxactions/redux-actions)
4949

50+
5051
## Contributors
5152

5253
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -57,4 +58,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
5758
| :---: |
5859
<!-- ALL-CONTRIBUTORS-LIST:END -->
5960

60-
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
61+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"license": "MIT",
99
"scripts": {
1010
"build": "rollup -c",
11-
"test": "xo && ava"
11+
"test": "xo && ava",
12+
"contributors:add": "all-contributors add",
13+
"contributors:generate": "all-contributors generate"
1214
},
1315
"devDependencies": {
1416
"ava": "^0.25.0",

0 commit comments

Comments
 (0)