mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Init All Contributors Specs
This commit is contained in:
parent
d564996430
commit
86cf3bf87b
24
.all-contributorsrc
Normal file
24
.all-contributorsrc
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"projectName": "Fork-Awesome",
|
||||||
|
"projectOwner": "ForkAwesome",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"files": [
|
||||||
|
"CONTRIBUTORS.md"
|
||||||
|
],
|
||||||
|
"imageSize": 50,
|
||||||
|
"commit": false,
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "davegandy",
|
||||||
|
"name": "Dave Gandy",
|
||||||
|
"avatar_url": "https://avatars0.githubusercontent.com/u/1076721?v=4",
|
||||||
|
"profile": "https://github.com/davegandy",
|
||||||
|
"contributions": [
|
||||||
|
"code",
|
||||||
|
"design",
|
||||||
|
"doc"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
11
CONTRIBUTORS.md
Normal file
11
CONTRIBUTORS.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## Contributors
|
||||||
|
|
||||||
|
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
| [<img src="https://avatars0.githubusercontent.com/u/1076721?v=4" width="50px;"/><br /><sub><b>Dave Gandy</b></sub>](https://github.com/davegandy)<br />[💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Code") [🎨](#design-davegandy "Design") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Documentation") |
|
||||||
|
| :---: |
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
|
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
|
712
package-lock.json
generated
712
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -53,6 +53,7 @@
|
|||||||
"license": "(OFL-1.1 AND MIT)",
|
"license": "(OFL-1.1 AND MIT)",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"all-contributors-cli": "^4.11.0",
|
||||||
"less": "^2.7.2",
|
"less": "^2.7.2",
|
||||||
"less-plugin-clean-css": "^1.5.1",
|
"less-plugin-clean-css": "^1.5.1",
|
||||||
"svgo": "^1.0.4"
|
"svgo": "^1.0.4"
|
||||||
@ -62,7 +63,9 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bundle exec jekyll build",
|
"build": "bundle exec jekyll build",
|
||||||
"dev": "bundle exec jekyll -w serve"
|
"dev": "bundle exec jekyll -w serve",
|
||||||
|
"contributors:add": "all-contributors add",
|
||||||
|
"contributors:generate": "all-contributors generate"
|
||||||
},
|
},
|
||||||
"main": [
|
"main": [
|
||||||
"css/fork-awesome.min.css",
|
"css/fork-awesome.min.css",
|
||||||
|
Loading…
Reference in New Issue
Block a user