Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-28 05:16:29 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-28 05:16:29 +0300
commit86cf3bf87bb1ba09c7578af27940e6090b14edcf (patch)
tree45a22886033dea27ec69997c9a8d1b409441df42 /package.json
parentd564996430c925daa1aefcdc8fd0ae244cac826d (diff)
Init All Contributors Specs
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index a164d8212..758625d5c 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,7 @@
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"devDependencies": {
+ "all-contributors-cli": "^4.11.0",
"less": "^2.7.2",
"less-plugin-clean-css": "^1.5.1",
"svgo": "^1.0.4"
@@ -62,7 +63,9 @@
},
"scripts": {
"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": [
"css/fork-awesome.min.css",