Skip to content

Commit

Permalink
release prep - specify mocha peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Jun 4, 2019
1 parent c620fe6 commit 822cea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Changed
- Drop support for Node <8
- Require peer dependency of mocha >5
- Removed Babel dependency
- Replace lodash dependency with individual modules
- Updated codeclimate config to version 2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"lodash.isfunction": "^3.0.9",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"mochawesome-report-generator": "^4.0.0-alpha.0",
"mochawesome-report-generator": "^4.0.0",
"strip-ansi": "^5.0.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"mocha": "*"
"mocha": ">=5"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "*",
"mocha": ">=5",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"should": "^13.2.3",
Expand Down

0 comments on commit 822cea4

Please sign in to comment.