Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 16, 2020
1 parent 922e9fe commit 7e6ac3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
- '8'
2 changes: 1 addition & 1 deletion license
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,10 +4,11 @@
"description": "Delete files and directories - Cross-platform",
"license": "MIT",
"repository": "sindresorhus/del-cli",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"bin": {
"del": "cli.js",
Expand Down
5 changes: 1 addition & 4 deletions readme.md
@@ -1,19 +1,17 @@
# del-cli [![Build Status](https://travis-ci.org/sindresorhus/del-cli.svg?branch=master)](https://travis-ci.org/sindresorhus/del-cli)
# del-cli [![Build Status](https://travis-ci.com/sindresorhus/del-cli.svg?branch=master)](https://travis-ci.com/sindresorhus/del-cli)

> Delete files and directories
Useful for use in build scripts and automated things.

*Note that this does permanent deletion. See [`trash-cli`](https://github.com/sindresorhus/trash-cli) for something safer.*


## Install

```
$ npm install --global del-cli
```


## Usage

```
Expand All @@ -33,7 +31,6 @@ $ del --help

Since `$ del` is already a builtin command on Windows, you need to use `$ del-cli` there.


## Related

- [del](https://github.com/sindresorhus/del) - API for this module
Expand Down

0 comments on commit 7e6ac3e

Please sign in to comment.