Skip to content

Commit

Permalink
docs: update readme with contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
agentofuser committed May 3, 2019
1 parent 0f31003 commit 02c28d1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 29 deletions.
41 changes: 17 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The goal of `@agentofuser/ipfs-deploy` is to make it as easy as possible to
- [API](#api)
- [Security](#security)
- [Background](#background)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [Who's Using](#users)
- [License](#license)

Expand Down Expand Up @@ -232,41 +232,34 @@ These are free services subject to their terms. Not a decentralization nirvana
by any stretch of the imagination, but a nice way to get started quickly with a
blog, static website, or frontend web app.

If you use this package to deploy your website, please send a pull request so I
can add it to the [Users](#users) section in the README. (I reserve the right
to exercise discretion.)
## Contributors

## Contributing
Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

PRs accepted. Please open an issue first so we can talk about it.
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="https://tableflip.io"><img src="https://avatars3.githubusercontent.com/u/58871?v=4" width="100px;" alt="Oli Evans"/><br /><sub><b>Oli Evans</b></sub></a><br /><a href="https://github.com/agentofuser/ipfs-deploy/commits?author=olizilla" title="Code">💻</a> <a href="#ideas-olizilla" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://agentofuser.com"><img src="https://avatars1.githubusercontent.com/u/45322175?v=4" width="100px;" alt="Agent of User"/><br /><sub><b>Agent of User</b></sub></a><br /><a href="https://github.com/agentofuser/ipfs-deploy/commits?author=agentofuser" title="Code">💻</a> <a href="#ideas-agentofuser" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/agentofuser/ipfs-deploy/issues?q=author%3Aagentofuser" title="Bug reports">🐛</a> <a href="https://github.com/agentofuser/ipfs-deploy/commits?author=agentofuser" title="Documentation">📖</a></td></tr></table>

Small note: If editing the Readme, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme)
specification.
<!-- ALL-CONTRIBUTORS-LIST:END -->

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

## Users

- [agentofuser.com](https://agentofuser.com)
- [interplanetarygatsby.com](https://interplanetarygatsby.com)
- _Your website here_

If you use this package to deploy your website, please send a pull request so I
can add it to the [Users](#users) section in the README. (I reserve the right
to exercise discretion.)

## License

[BlueOak-1.0.0 OR BSD-2-Clause-Patent OR MIT © Agent of User](./LICENSE.md)

(The first two are the most permissive possible ever, more than MIT, which
doesn't have a patent waiver. Use whichever satisfies your lawyer better.)

## Contributors

Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="https://tableflip.io"><img src="https://avatars3.githubusercontent.com/u/58871?v=4" width="100px;" alt="Oli Evans"/><br /><sub><b>Oli Evans</b></sub></a><br /><a href="https://github.com/agentofuser/ipfs-deploy/commits?author=olizilla" title="Code">💻</a> <a href="#ideas-olizilla" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://agentofuser.com"><img src="https://avatars1.githubusercontent.com/u/45322175?v=4" width="100px;" alt="Agent of User"/><br /><sub><b>Agent of User</b></sub></a><br /><a href="https://github.com/agentofuser/ipfs-deploy/commits?author=agentofuser" title="Code">💻</a> <a href="#ideas-agentofuser" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/agentofuser/ipfs-deploy/issues?q=author%3Aagentofuser" title="Bug reports">🐛</a> <a href="https://github.com/agentofuser/ipfs-deploy/commits?author=agentofuser" title="Documentation">📖</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"all-contributors-cli": "^6.3.1",
"eslint": "^6.0.0-alpha.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
Expand Down
36 changes: 31 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.2.0":
version "7.4.4"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
dependencies:
regenerator-runtime "^0.13.2"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand Down Expand Up @@ -382,6 +389,20 @@ ajv@^6.10.0, ajv@^6.5.5, ajv@^6.9.1:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

all-contributors-cli@^6.3.1:
version "6.3.1"
resolved "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.3.1.tgz#0dd12d026f31827035da924e0fe752cec7ed0e3f"
integrity sha512-v0M4HqSMPyoaBZptqd91GUkjUN7IaOBhBLkGVEbuNF/j+PIMN6hnTlI/8rj6P/Ofc6Y4qNtmjktqPmwqajk6DA==
dependencies:
"@babel/runtime" "^7.2.0"
async "^2.0.0-rc.1"
chalk "^2.3.0"
inquirer "^6.2.1"
lodash "^4.11.2"
pify "^4.0.1"
request "^2.72.0"
yargs "^13.1.0"

[email protected]:
version "2.0.4"
resolved "https://registry.npmjs.org/ammo/-/ammo-2.0.4.tgz#bf80aab211698ea78f63ef5e7f113dd5d9e8917f"
Expand Down Expand Up @@ -645,7 +666,7 @@ async@^1.4.2:
resolved "https://registry.npmjs.org/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=

async@^2.0.1, async@^2.6.0, async@^2.6.1, async@^2.6.2:
async@^2.0.0-rc.1, async@^2.0.1, async@^2.6.0, async@^2.6.1, async@^2.6.2:
version "2.6.2"
resolved "https://registry.npmjs.org/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
Expand Down Expand Up @@ -1899,7 +1920,7 @@ chai-checkmark@^1.0.1:
resolved "https://registry.npmjs.org/chai-checkmark/-/chai-checkmark-1.0.1.tgz#9fbb3c9ad9101f097ef288328d30f4227d74fffb"
integrity sha1-n7s8mtkQHwl+8ogyjTD0In10//s=

[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
Expand Down Expand Up @@ -6901,7 +6922,7 @@ lodash@=3.10.1:
resolved "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=

lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.1:
lodash@^4.11.2, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.1:
version "4.17.11"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
Expand Down Expand Up @@ -9662,6 +9683,11 @@ regenerator-runtime@^0.12.0:
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==

regenerator-runtime@^0.13.2:
version "0.13.2"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==

regenerator-transform@^0.10.0:
version "0.10.1"
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
Expand Down Expand Up @@ -9771,7 +9797,7 @@ request-promise@^4.1.1:
stealthy-require "^1.1.1"
tough-cookie "^2.3.3"

request@^2.74.0, request@^2.85.0, request@^2.87.0, request@^2.88.0:
request@^2.72.0, request@^2.74.0, request@^2.85.0, request@^2.87.0, request@^2.88.0:
version "2.88.0"
resolved "https://registry.npmjs.org/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
Expand Down Expand Up @@ -11821,7 +11847,7 @@ yargs@^12.0.0, yargs@^12.0.2:
y18n "^3.2.1 || ^4.0.0"
yargs-parser "^11.1.1"

yargs@^13.2.1, yargs@^13.2.2:
yargs@^13.1.0, yargs@^13.2.1, yargs@^13.2.2:
version "13.2.2"
resolved "https://registry.npmjs.org/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
Expand Down

0 comments on commit 02c28d1

Please sign in to comment.