Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 25, 2021
1 parent bce8f61 commit f61611f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"make-dir": "^3.1.0",
"move-file": "^2.0.0",
"p-map": "^4.0.0",
"uuid": "^8.3.1",
"uuid": "^8.3.2",
"xdg-trashdir": "^3.1.0"
},
"devDependencies": {
"ava": "^2.4.0",
"tempfile": "^3.0.0",
"tsd": "^0.13.1",
"xo": "^0.35.0"
"tsd": "^0.14.0",
"xo": "^0.37.1"
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import test from 'ava';
import tempfile from 'tempfile';
import trash from '.';
import trash from './index.js';

const temporaryDirectory = tempfile();
fs.mkdirSync(temporaryDirectory);
Expand Down

0 comments on commit f61611f

Please sign in to comment.