Skip to content

Commit

Permalink
Updates README to state webpack 5 support and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed May 12, 2021
1 parent c4806e8 commit 1f47059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If any build errors happens, they will be shown like below
## Which version works with mochapack?

mochapack works with
- webpack in version `4.x.x`
- webpack in versions `4.x.x` - `5.x.x`
- mocha in versions `5.x.x` - `8.x.x`

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochapack",
"version": "2.0.6",
"version": "2.1.0",
"pm": "yarn@2.4.0",
"description": "mocha cli with webpack support",
"bin": "./bin/mochapack",
Expand Down

0 comments on commit 1f47059

Please sign in to comment.