Skip to content

Commit

Permalink
Updated contributors in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Mehmet Baker <mehmet@mehmetbaker.dev>
  • Loading branch information
mehmetb committed May 22, 2021
1 parent 9724ae9 commit eff328f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Mark Tse <mark.tse@d2l.com>",
"Mark Tse <neverendingqs@users.noreply.github.com>",
"Mattias Amnefelt <mattiasa@cantemo.com>",
"Mehmet Baker <mehmet@mehmetbaker.dev>",
"Michael Kühnel <mail@michael-kuehnel.de>",
"Michael Williamson <mike@zwobble.org>",
"Paul Mandel <paul.mand3l@gmail.com>",
Expand Down Expand Up @@ -101,7 +102,7 @@
},
"scripts": {
"changes": "github-changes -o RSeidelsohn -r license-checker-rseidelsohn",
"contrib": "./scripts/contrib.js",
"contrib": "node ./scripts/contrib.js",
"pretest": "eslint --fix .",
"test": "jenkins-mocha ./tests/*.js",
"posttest": "nyc check-coverage && nyc report -r lcov -r text -r text-summary"
Expand Down
1 change: 0 additions & 1 deletion scripts/contrib.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ json.contributors = [
'Peter Uithoven <peter@peteruithoven.nl>',
'Philipp Tusch <philipp.tusch@huf-group.com>',
'Rogier Schouten <github@workingcode.nl>',
'Roman Seidelsohn <rseidelsohn@gmail.com>',
'Stan Senotrusov <stan@senotrusov.com>',
'Stoyan Revov <st.revov@gmail.com>',
'Tero Keski-Valkama <tero.keski-valkama@cybercom.com>',
Expand Down

0 comments on commit eff328f

Please sign in to comment.