Skip to content

Commit

Permalink
Fix Node.js 8 compatibility
Browse files Browse the repository at this point in the history
Fixes #91
  • Loading branch information
sindresorhus committed Nov 19, 2019
1 parent a6e03c7 commit b98e85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"p-map": "^3.0.0",
"p-try": "^2.2.0",
"uuid": "^3.3.2",
"xdg-trashdir": "^3.1.0"
"xdg-trashdir": "^2.1.1"
},
"devDependencies": {
"ava": "^2.4.0",
Expand Down

0 comments on commit b98e85d

Please sign in to comment.