Skip to content

Commit

Permalink
AUTHORS added
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Mar 28, 2016
1 parent 7d16b39 commit da3bfec
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
16 changes: 16 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
127 Fedor Indutny <[email protected]>
71 Fedor Indutny <[email protected]>
42 miripiruni <[email protected]>
36 Vladimir Grinenko <[email protected]>
14 Slava Oliyanchuk <[email protected]>
4 Sergey Berezhnoy <[email protected]>
3 sbmaxx <[email protected]>
3 Sergey Berezhnoy <[email protected]>
2 blond <[email protected]>
2 Mikhail Troshev <[email protected]>
2 Alexey Yaroshevich <[email protected]>
1 vkz <[email protected]>
1 Sergey Berezhnoy <[email protected]>
1 Sergey Belov <[email protected]>
1 Dima Belitsky <[email protected]>
1 Alexander Savin <[email protected]>
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"scripts": {
"prepublish": "npm run make",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"make-bemhtml": "browserify --standalone bemhtml lib/bemhtml/index.js -o lib/bemhtml/bundle.js",
"make-bemtree": "browserify --standalone bemtree lib/bemtree/index.js -o lib/bemtree/bundle.js",
"make": "npm run make-bemhtml && npm run make-bemtree",
Expand Down Expand Up @@ -45,17 +46,6 @@
"maintainers": [
"Vyacheslav Oliyanchuk <[email protected]>"
],
"contributors": [
"Vladimir Grinenko <[email protected]>",
"Sergey Berezhnoy <[email protected]>",
"Alexej Yaroshevich <[email protected]>",
"Roman Rozhdestvenskiy <[email protected]>",
"Andrew Abramov <[email protected]>",
"Mikhail Troshev <[email protected]>",
"Sergey Belov <[email protected]>",
"Alexander Savin <[email protected]>",
"Vladilen Kozin <[email protected]>"
],
"directories": {
"bin": "./bin",
"doc": "./docs",
Expand Down
4 changes: 4 additions & 0 deletions scripts/update-authors.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

git log --reverse --format='%aN <%aE>' | sort | uniq -c | sort -bgr > AUTHORS

0 comments on commit da3bfec

Please sign in to comment.