Skip to content

Commit

Permalink
feat(lib): Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Delev committed Apr 16, 2017
1 parent 90f5265 commit 9990b16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
17 changes: 2 additions & 15 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
{
"projectName": "naivefp",
"projectOwner": "kentcdodds",
"projectOwner": "mutebg",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "https://kentcdodds.com",
"contributions": [
"code",
"doc",
"infra",
"test"
]
}
]
"contributors": []
}
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
rules: {
func-style: 'off',
no-unused-vars: 'off'
no-unused-vars: 'off',
semi: 2
}
}
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ Also, please watch the repo and respond to questions/bug reports/feature request
[egghead]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
[semantic-release]: https://npmjs.com/package/semantic-release
[convention]: https://github.com/conventional-changelog/conventional-changelog-angular/blob/ed32559941719a130bb0327f886d6a32a8cbc2ba/convention.md
[all-contributors]: https://github.com/kentcdodds/all-contributors
[ROADMAP]: ./other/ROADMAP.md
[nps]: https://npmjs.com/package/nps
2 changes: 1 addition & 1 deletion other/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at kent+coc@doddsfamily.us. All
reported by contacting the project team at i@stoyandelev.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down

0 comments on commit 9990b16

Please sign in to comment.