Skip to content

Commit

Permalink
Update peer-deps for mocha 5 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed Jan 18, 2018
1 parent 4e9fc12 commit c166940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '8'
- '6'
- '4'
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,6 +36,6 @@
"xml": "^1.0.0"
},
"peerDependencies": {
"mocha": "^4 || ^3 || ^2.2.5"
"mocha": ">=2.2.5"
}
}

0 comments on commit c166940

Please sign in to comment.