Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 18, 2019
1 parent ad6ffa3 commit 4bbb154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ const trash = require('trash');

const cli = meow(`
Usage
$ trash <path|glob> [...]
$ trash <path|glob> []
Examples
$ trash unicorn.png rainbow.png
$ trash '*.png' '!unicorn.png'
`, {
string: ['_'],
// ignore all flags of `rm` program
// Ignore all flags of `rm` program
boolean: ['r', 'f', 'i', 'd', 'P', 'R', 'v', 'W']
});

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
],
"dependencies": {
"meow": "^3.7.0",
"trash": "^4.0.0",
"trash": "^5.2.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.4.1",
"execa": "^1.0.0",
"path-exists": "^3.0.0",
"path-exists": "^4.0.0",
"temp-write": "^3.4.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
}
}

0 comments on commit 4bbb154

Please sign in to comment.