Skip to content

Commit

Permalink
- Breaking change: Bump engines to mocha-minimum 10.12.0
Browse files Browse the repository at this point in the history
- npm: Update devDeps. `import-from` and `mocha`
  • Loading branch information
brettz9 committed Aug 12, 2020
1 parent 898011e commit 36879a4
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 131 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.6.0",
"import-from": "^2.1.0",
"mocha": "^6.2.2",
"import-from": "^3.0.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=10.*"
"node": ">=10.12.0"
},
"nyc": {
"check-coverage": true,
Expand Down
Loading

0 comments on commit 36879a4

Please sign in to comment.