Skip to content

Commit

Permalink
Merge pull request #35 from stjohnjohnson/upgrade-deps
Browse files Browse the repository at this point in the history
feat: Upgrade a number of dependencies
  • Loading branch information
stjohnjohnson authored Feb 24, 2019
2 parents 6e2b5e3 + daf3d85 commit 35beb42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jenkins-mocha",
"version": "6.0.0",
"version": "7.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": "^4.0.0",
"mocha": "^6.0.0",
"npm-which": "^3.0.0",
"nyc": "^11.0.0",
"nyc": "^12.0.0",
"shell-escape": "^0.2.0",
"shelljs": "^0.7.5",
"shelljs": "^0.8.3",
"spec-xunit-file": "0.0.1-3"
},
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^3.0.0",
"mockery": "^2.0.0",
"sinon": "^4.0.0"
"sinon": "^7.0.0"
},
"release": {
"debug": false,
Expand Down
7 changes: 3 additions & 4 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
workflow:
- publish

shared:
image: node:6
image: node:10

jobs:
main:
requires: [~pr, ~commit]
steps:
- install: npm install
- test: npm test
Expand All @@ -18,6 +16,7 @@ jobs:
- COVERALLS_REPO_TOKEN

publish:
requires: [main]
steps:
- install: npm install semantic-release
- publish: npm run semantic-release
Expand Down

0 comments on commit 35beb42

Please sign in to comment.