Skip to content

Commit

Permalink
Merge pull request #18 from opencollective/opencollective
Browse files Browse the repository at this point in the history
Activating Open Collective
  • Loading branch information
gustavoquinalha authored Jan 17, 2020
2 parents 3266f8f + 438cae2 commit fb421ac
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,33 @@ JSON-LD - structured data markup Google Search
<meta name="twitter:creator" content="Autor da minha página"/>
<meta name="twitter:image" content="http://meusite.com.br/image.png"/>
```
## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/gustavoquinalha/seotopper/graphs/contributors"><img src="https://opencollective.com/seotopper/contributors.svg?width=890&button=false" /></a>
### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/seotopper/contribute)]
#### Individuals
<a href="https://opencollective.com/seotopper"><img src="https://opencollective.com/seotopper/individuals.svg?width=890"></a>
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/seotopper/contribute)]
<a href="https://opencollective.com/seotopper/organization/0/website"><img src="https://opencollective.com/seotopper/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/1/website"><img src="https://opencollective.com/seotopper/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/2/website"><img src="https://opencollective.com/seotopper/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/3/website"><img src="https://opencollective.com/seotopper/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/4/website"><img src="https://opencollective.com/seotopper/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/5/website"><img src="https://opencollective.com/seotopper/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/6/website"><img src="https://opencollective.com/seotopper/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/7/website"><img src="https://opencollective.com/seotopper/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/8/website"><img src="https://opencollective.com/seotopper/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/seotopper/organization/9/website"><img src="https://opencollective.com/seotopper/organization/9/avatar.svg"></a>
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "SEO generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"postinstall": "opencollective-postinstall || true"
},
"repository": {
"type": "git",
Expand All @@ -22,5 +23,12 @@
"bugs": {
"url": "https://github.com/gustavoquinalha/seotopper/issues"
},
"homepage": "https://github.com/gustavoquinalha/seotopper#readme"
}
"homepage": "https://github.com/gustavoquinalha/seotopper#readme",
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/seotopper"
}
}

0 comments on commit fb421ac

Please sign in to comment.