Skip to content

Commit

Permalink
use @mocha/contributors; closes #3606
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 12, 2018
1 parent 9b7a282 commit f187d6d
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 62 deletions.
282 changes: 282 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ module.exports = {
}
},
updateContributors: {
script: 'node scripts/update-contributors.js',
script: 'contributors',
description: 'Update list of contributors in package.json'
}
}
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@
"prepublishOnly": "nps test clean build",
"start": "nps",
"test": "nps test",
"precommit": "lint-staged"
"precommit": "lint-staged",
"version": "nps updateContributors && git add -A ./package.json"
},
"dependencies": {
"ansi-colors": "3.2.1",
Expand All @@ -493,6 +494,7 @@
"yargs-unparser": "^1.5.0"
},
"devDependencies": {
"@mocha/contributors": "^1.0.3",
"@mocha/docdash": "^1.0.1",
"assetgraph-builder": "^5.9.1",
"browserify": "^16.2.3",
Expand Down Expand Up @@ -568,5 +570,12 @@
"short-option-groups": false,
"dot-notation": false
},
"gitter": "https://gitter.im/mochajs/mocha"
"gitter": "https://gitter.im/mochajs/mocha",
"@mocha/contributors": {
"exclude": [
"greenkeeperio-bot <support@greenkeeper.io>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"TJ Holowaychuk <tj@vision-media.ca>"
]
}
}
Loading

0 comments on commit f187d6d

Please sign in to comment.