countdown-file
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "countdown-file", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Writes a countdown to a text file every second", | ||
@@ -13,7 +13,7 @@ "main": "index.js", | ||
"author": "Jonny Buchanan <jonathan.buchanan@gmail.com>", | ||
"homepage": "https://github.com/insin/countdown", | ||
"homepage": "https://github.com/insin/countdown-file", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/insin/countdown.git" | ||
"url": "https://github.com/insin/countdown-file.git" | ||
}, | ||
@@ -20,0 +20,0 @@ "keywords": [ |
# countdown-file | ||
[![npm package][npm-badge]][npm] | ||
Writes a countdown to a text file every second. | ||
@@ -7,2 +9,10 @@ | ||
## Install | ||
Installing globally gives you a `countdown` command: | ||
```sh | ||
npm install --global countdown-file | ||
``` | ||
## Usage | ||
@@ -21,1 +31,4 @@ | ||
## MIT Licensed | ||
[npm-badge]: https://img.shields.io/npm/v/countdown-file.svg | ||
[npm]: https://www.npmjs.org/package/countdown-file |
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
3971
33