Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
 - [patch] when a non-node `fs` is broken and lacks `realpath`/`realpathSync`, do not crash (#220)
  • Loading branch information
ljharb committed Apr 17, 2020
1 parent 782dfec commit ac3eb2f
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.16.0",
"version": "1.16.1",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit ac3eb2f

Please sign in to comment.