Skip to content

Commit

Permalink
Merge pull request #121 from kreuzerk/all-contributors/add-GonCarvalho98
Browse files Browse the repository at this point in the history
docs: add GonCarvalho98 as a contributor for code
  • Loading branch information
nivekcode authored Jun 24, 2024
2 parents 971b919 + 358ced5 commit f687afa
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "GonCarvalho98",
"name": "Gonçalo",
"avatar_url": "https://avatars.githubusercontent.com/u/103566451?v=4",
"profile": "https://github.com/GonCarvalho98",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "ng-sortgrid",
"projectOwner": "kreuzerk"
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Ng-sortgrid
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![Travis build badge](https://img.shields.io/travis/kreuzerk/ng-sortgrid.svg)](https://travis-ci.org/kreuzerk/ng-sortgrid)
[![codecov](https://codecov.io/gh/kreuzerk/ng-sortgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/kreuzerk/ng-sortgrid)
Expand Down Expand Up @@ -139,3 +142,25 @@ The *scrollSpeed* property accepts a number and allows you to specify the scroll
# Mobile usage

If you want to use those events on mobile you probably have to use some polyfills in order to emit all the needed events. Including this polyfill in your app should do the trick. https://github.com/timruffles/mobile-drag-drop.

## 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-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GonCarvalho98"><img src="https://avatars.githubusercontent.com/u/103566451?v=4?s=100" width="100px;" alt="Gonçalo"/><br /><sub><b>Gonçalo</b></sub></a><br /><a href="https://github.com/kreuzerk/ng-sortgrid/commits?author=GonCarvalho98" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- 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 f687afa

Please sign in to comment.