@badisi/latest-version 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  📦 Get latest versions of packages.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@badisi/latest-version.svg?color=blue&logo=npm)][npm]
6
- [![npm downloads](https://img.shields.io/npm/dw/@badisi/latest-version.svg?color=blue&logo=npm)][npm-dl]
6
+ [![npm downloads](https://img.shields.io/npm/dw/@badisi/latest-version.svg?color=7986CB&logo=npm)][npm-dl]
7
7
  [![license](https://img.shields.io/npm/l/@badisi/latest-version.svg?color=ff69b4)][license]
8
8
 
9
9
  [![build status](https://github.com/badisi/latest-version/workflows/CI%20tests/badge.svg)][ci-tests]
@@ -25,11 +25,11 @@
25
25
  ## Installation
26
26
 
27
27
  ```sh
28
- $ npm install @badisi/latest-version --save
28
+ npm install @badisi/latest-version --save
29
29
  ```
30
30
 
31
31
  ```sh
32
- $ yarn add @badisi/latest-version
32
+ yarn add @badisi/latest-version
33
33
  ```
34
34
 
35
35
  ## Usage
@@ -164,13 +164,13 @@ See the [developer docs][developer].
164
164
 
165
165
  ## Contributing
166
166
 
167
- ### Want to Help ?
167
+ #### > Want to Help ?
168
168
 
169
169
  Want to file a bug, contribute some code or improve documentation ? Excellent!
170
170
 
171
171
  But please read up first on the guidelines for [contributing][contributing], and learn about submission process, coding rules and more.
172
172
 
173
- ### Code of Conduct
173
+ #### > Code of Conduct
174
174
 
175
175
  Please read and follow the [Code of Conduct][codeofconduct] and help me keep this project open and inclusive.
176
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badisi/latest-version",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Get latest versions of packages",
5
5
  "homepage": "https://github.com/badisi/latest-version",
6
6
  "license": "MIT",
@@ -38,5 +38,8 @@
38
38
  "global-dirs": "^3.0.0",
39
39
  "registry-auth-token": "^4.2.1",
40
40
  "semver": "^7.3.5"
41
+ },
42
+ "engines": {
43
+ "node": ">= 12"
41
44
  }
42
45
  }