Comparing version 1.1.0 to 1.2.0
#!/usr/bin/env node | ||
/* eslint-disable no-mixed-spaces-and-tabs */ | ||
'use strict'; | ||
@@ -10,6 +9,7 @@ const updateNotifier = require('update-notifier'); | ||
Usage | ||
$ trash <path> [...] | ||
$ trash <path|glob> [...] | ||
Example | ||
$ trash unicorn.png rainbow.png | ||
$ trash '*.png' '!unicorn.png' | ||
`, { | ||
@@ -16,0 +16,0 @@ string: ['_'] |
{ | ||
"name": "trash-cli", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Move files and folders to the trash", | ||
@@ -47,3 +47,3 @@ "license": "MIT", | ||
"meow": "^3.4.2", | ||
"trash": "^3.1.0", | ||
"trash": "^3.2.0", | ||
"update-notifier": "^0.5.0" | ||
@@ -50,0 +50,0 @@ }, |
@@ -23,11 +23,10 @@ # [<img src="https://cdn.rawgit.com/sindresorhus/trash/1cdbd660976d739eeb45447bb6b62c41ac4a3ecf/media/logo.svg" width="150" align="left" alt="trash-cli">](https://github.com/sindresorhus/trash)CLI [![Build Status](https://travis-ci.org/sindresorhus/trash-cli.svg?branch=master)](https://travis-ci.org/sindresorhus/trash-cli) | ||
Usage | ||
$ trash <path> [...] | ||
$ trash <path|glob> [...] | ||
Example | ||
$ trash unicorn.png rainbow.png | ||
$ trash '*.png' '!unicorn.png' | ||
``` | ||
*Globbing support is left up to your shell, but `$ trash *.png` should expand to the above in most shells.* | ||
## Tip | ||
@@ -34,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4108
48
Updatedtrash@^3.2.0