Skip to content

Commit

Permalink
increment resolvewithplus, includes @mshima patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 26, 2022
1 parent efdfc29 commit 28af4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esmock",
"type": "module",
"version": "2.0.8",
"version": "2.0.9",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down Expand Up @@ -57,7 +57,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "mshima/resolvewithplus#patch-1"
"resolvewithplus": "^2.0.1"
},
"devDependencies": {
"c8": "^7.12.0",
Expand Down

0 comments on commit 28af4d8

Please sign in to comment.