Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use npm version resolvewithplus #151

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# changelog

* 2.0.1 _Sep.09.2022_
* 2.0.1 _Sep.15.2022_
* [use newer, smaller resolvewithplus](https://github.com/iambumblehead/resolvewithplus/releases/tag/v1.0.1)
* [use shared moduleId not found error message](https://github.com/iambumblehead/esmock/pull/146)
* [remove lines not covered by tests](https://github.com/iambumblehead/esmock/pull/145)
* [small fixes:](https://github.com/iambumblehead/esmock/pull/144) fix README json syntax error and test descriptions, rename modulePath to moduleId
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "iambumblehead/resolvewithplus#use-minifier-friendly-export"
"resolvewithplus": "^1.0.1"
},
"devDependencies": {
"c8": "^7.12.0",
Expand Down