Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
 - [New] Add `isDirectory`; use to speed up `node_modules` lookups (#192, #191, #190)
 - [Tests] up to `node` `v12.2`, `v11.15`, `v6.17`
  • Loading branch information
ljharb committed May 15, 2019
1 parent 38559e0 commit da345f3
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": "1.10.1",
"version": "1.11.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit da345f3

Please sign in to comment.