File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
5253Thanks 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!
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments