Skip to content

Commit

Permalink
Add @prevwong as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 3, 2020
1 parent 8e7eb0f commit 918e464
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 7 deletions.
33 changes: 26 additions & 7 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,35 @@
{
"files": ["packages/core/README.md"],
"projectName": "craft.js",
"projectOwner": "prevwong",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"packages/core/README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"commit": true,
"commitConvention": "none",
"types": {
"proofread": {
"symbol": "🧐",
"description": "Proofreading.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": "true",
"contributors": []
}
"contributors": [
{
"login": "prevwong",
"name": "Prev Wong",
"avatar_url": "https://avatars3.githubusercontent.com/u/16416929?v=4",
"profile": "https://github.com/prevwong",
"contributions": [
"code",
"design",
"doc",
"ideas",
"example"
]
}
],
"contributorsPerLine": 7
}
19 changes: 19 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,22 @@ Although it is not actually used here, many aspects of Craft.js are written with
- **[Grape.js](https://github.com/artf/grapesjs)** The HTML web builder framework. This has served as an inspiration for Craft.js. The element positioning logic used in Craft.js is borrowed from Grape.js
- **[use-methods](https://github.com/pelotom/use-methods)** A super handy hook when dealing with reducers. Craft.js uses a modified version of `useMethods` that works with Redux instead of `useReducer`
## 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>
<tr>
<td align="center"><a href="https://github.com/prevwong"><img src="https://avatars3.githubusercontent.com/u/16416929?v=4" width="100px;" alt=""/><br /><sub><b>Prev Wong</b></sub></a><br /><a href="https://github.com/prevwong/craft.js/commits?author=prevwong" title="Code">💻</a> <a href="#design-prevwong" title="Design">🎨</a> <a href="https://github.com/prevwong/craft.js/commits?author=prevwong" title="Documentation">📖</a> <a href="#ideas-prevwong" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-prevwong" title="Examples">💡</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- 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 918e464

Please sign in to comment.