diff --git a/.all-contributorsrc b/.all-contributorsrc index 5af6034c4..7f4de6363 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,9 +1,14 @@ { - "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": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "commit": true, + "commitConvention": "none", "types": { "proofread": { "symbol": "🧐", @@ -11,6 +16,20 @@ "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, - "skipCi": "true", - "contributors": [] -} \ No newline at end of file + "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 +} diff --git a/packages/core/README.md b/packages/core/README.md index 1a46cd158..7ff6ab835 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -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)): + + + + + + + + +

Prev Wong

💻 🎨 📖 🤔 💡
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file