Skip to content

Commit d098e92

Browse files
committed
v1.10.0
- [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`
1 parent ce163e3 commit d098e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)