Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from pjlamb12/all-contributors/add-wesleygrimes
Browse files Browse the repository at this point in the history
docs: add wesleygrimes as a contributor
  • Loading branch information
pjlamb12 authored May 29, 2019
2 parents c626ce2 + 050de6f commit 8f76abc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"test",
"code"
]
},
{
"login": "wesleygrimes",
"name": "Wes Grimes",
"avatar_url": "https://avatars0.githubusercontent.com/u/324308?v=4",
"profile": "https://wesleygrimes.com",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ngx-plug-n-play

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)

The `ngx-plug-n-play` library is an Angular library that contains services, components, directives, pipes, etc that are easily implemented into any project. The goal is to provide functionality while not defining any default styles. Directives don't provide a template, so those will inherently use the styles defined by the user. Components will use `ng-template`, `ng-content`, and other forms of transclusion so that the user can style components to match their application.

## Installation
Expand Down Expand Up @@ -50,7 +52,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="http://www.prestonlamb.com"><img src="https://avatars3.githubusercontent.com/u/2006222?v=4" width="100px;" alt="Preston Lamb"/><br /><sub><b>Preston Lamb</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Tests">⚠️</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Code">💻</a></td></tr></table>
<table><tr><td align="center"><a href="http://www.prestonlamb.com"><img src="https://avatars3.githubusercontent.com/u/2006222?v=4" width="100px;" alt="Preston Lamb"/><br /><sub><b>Preston Lamb</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Tests">⚠️</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Code">💻</a></td><td align="center"><a href="https://wesleygrimes.com"><img src="https://avatars0.githubusercontent.com/u/324308?v=4" width="100px;" alt="Wes Grimes"/><br /><sub><b>Wes Grimes</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=wesleygrimes" title="Code">💻</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=wesleygrimes" title="Documentation">📖</a></td></tr></table>

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

Expand Down
3 changes: 1 addition & 2 deletions projects/ngx-plug-n-play-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="http://www.prestonlamb.com"><img src="https://avatars3.githubusercontent.com/u/2006222?v=4" width="100px;" alt="Preston Lamb"/><br /><sub><b>Preston Lamb</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Tests">⚠️</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Code">💻</a></td></tr></table>

<table><tr><td align="center"><a href="http://www.prestonlamb.com"><img src="https://avatars3.githubusercontent.com/u/2006222?v=4" width="100px;" alt="Preston Lamb"/><br /><sub><b>Preston Lamb</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Tests">⚠️</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=pjlamb12" title="Code">💻</a></td><td align="center"><a href="https://wesleygrimes.com"><img src="https://avatars0.githubusercontent.com/u/324308?v=4" width="100px;" alt="Wes Grimes"/><br /><sub><b>Wes Grimes</b></sub></a><br /><a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=wesleygrimes" title="Code">💻</a> <a href="https://github.com/pjlamb12/ngx-plug-n-play/commits?author=wesleygrimes" 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!

0 comments on commit 8f76abc

Please sign in to comment.