Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
 - [New] `core`: add `worker_threads` in v11.7+
 - [Fix] `sync`/`async`: when package.json `main` is not a string, throw an error (#178)
 - [Fix] TypeError: Path must be a string. Received undefined (#181)
 - [Tests] up to `v11.6`, `v10.15`, `v8.15`, `v6.16`
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
  • Loading branch information
ljharb committed Jan 21, 2019
1 parent ce163e3 commit d098e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.9.0",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit d098e92

Please sign in to comment.