Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
 - [Fix] `node-modules-paths`: correctly resolve paths that are on Windows networked drives (#156)
 - [Fix] Make behavior consistent with require.resolve() for "shadowed" core modules (#148)
  • Loading branch information
ljharb committed Jun 3, 2019
1 parent 3adb367 commit b234492
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.11.0",
"version": "1.11.1",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit b234492

Please sign in to comment.