Skip to content

Commit

Permalink
feat(#31): Upgrade NPM dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE

 - Upgrading major version of Mocha
  • Loading branch information
stjohnjohnson committed Oct 23, 2017
1 parent cf0db69 commit d970f30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jenkins-mocha",
"version": "5.0.0",
"version": "6.0.0",
"description": "Bin wrapper for Mocha + Nyc + Xunit (for Jenkins)",
"bin": {
"jenkins-mocha": "./bin/jenkins.js"
Expand All @@ -26,18 +26,18 @@
"bugs": "https://github.com/stjohnjohnson/jenkins-mocha/issues",
"license": "MIT",
"dependencies": {
"mocha": "^3.0.0",
"mocha": "^4.0.0",
"npm-which": "^3.0.0",
"nyc": "^11.0.0",
"shell-escape": "^0.2.0",
"shelljs": "^0.7.5",
"spec-xunit-file": "0.0.1-3"
},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.15",
"chai": "^4.0.0",
"coveralls": "^3.0.0",
"mockery": "^2.0.0",
"sinon": "^1.10.3"
"sinon": "^4.0.0"
},
"release": {
"debug": false,
Expand Down

0 comments on commit d970f30

Please sign in to comment.