Skip to content

Commit

Permalink
Use forked upath for Node v10 support
Browse files Browse the repository at this point in the history
Use a forked upath until [1] is resolved following the method described
at [2]

[1] anodynos/upath#15
[2] https://stackoverflow.com/a/41082766/434243
  • Loading branch information
robertknight committed Apr 26, 2018
1 parent bd572da commit d86d578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
},
"dependencies": {
"error-subclass": "^2.2.0"
},
"resolutions": {
"upath": "git+https://git@github.com/robertknight/upath.git#bcf302836d365cea630d9e2e009cef694534e7f2"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5845,9 +5845,9 @@ untildify@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.2.tgz#7f1f302055b3fea0f3e81dc78eb36766cb65e3f1"

upath@^1.0.0:
upath@^1.0.0, "upath@git+https://git@github.com/robertknight/upath.git#bcf302836d365cea630d9e2e009cef694534e7f2":
version "1.0.4"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
resolved "git+https://git@github.com/robertknight/upath.git#bcf302836d365cea630d9e2e009cef694534e7f2"

uri-js@^3.0.2:
version "3.0.2"
Expand Down

0 comments on commit d86d578

Please sign in to comment.