Skip to content

Commit

Permalink
v2.0.0-next.1
Browse files Browse the repository at this point in the history
Changes since v2.0.0-next.0:

 - [Breaking] add ESM wrapper to "exports"; change paths to match
 - [Breaking] add "exports" to `package.json`

Including all changes in v1.14.2 and v1.15.0:

 - [New] `sync`'/`async`: Implement `packageIterator` (#205)
 - [Fix] `sync`/`async`: Fixes isCore check (#206)
 - [Refactor] `sync`: add function name
 - [Refactor] remove useless `exports` assignment
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
  • Loading branch information
ljharb committed Jan 22, 2020
1 parent a685db9 commit c32cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit c32cf25

Please sign in to comment.