Skip to content

Commit

Permalink
v1.15.1
Browse files Browse the repository at this point in the history
 - [Fix] correct behavior when requiring `.` with same name (#212)
 - [Dev Deps] update `@ljharb/eslint-config`
 - [Tests] allow node 5 on windows to fail due to npm registry bug
  • Loading branch information
ljharb committed Feb 5, 2020
1 parent 5e1f5c8 commit c1750d6
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.15.0",
"version": "1.15.1",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit c1750d6

Please sign in to comment.