yargs 13.2.1 → 13.2.2

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [13.2.2](https://github.com/yargs/yargs/compare/v13.2.1...v13.2.2) (2019-03-06)
6
+
7
+
8
+
5
9
  ## [13.2.1](https://github.com/yargs/yargs/compare/v13.2.0...v13.2.1) (2019-02-18)
6
10
 
7
11
 
@@ -36,7 +40,8 @@ All notable changes to this project will be documented in this file. See [standa
36
40
 
37
41
  ### Chores
38
42
 
39
- * drop Node 6 from testing matrix ([#1287](https://github.com/yargs/yargs/issues/1287)) ([ef16792](https://github.com/yargs/yargs/commit/ef16792))
43
+ * ~drop Node 6 from testing matrix ([#1287](https://github.com/yargs/yargs/issues/1287)) ([ef16792](https://github.com/yargs/yargs/commit/ef16792))~
44
+ * _opting to not drop Node 6 support until April, [see](https://github.com/nodejs/Release)._
40
45
  * update dependencies ([#1284](https://github.com/yargs/yargs/issues/1284)) ([f25de4f](https://github.com/yargs/yargs/commit/f25de4f))
41
46
 
42
47
 
package/README.md CHANGED
@@ -31,12 +31,12 @@ It gives you:
31
31
 
32
32
  Stable version:
33
33
  ```bash
34
- npm i yargs --save
34
+ npm i yargs
35
35
  ```
36
36
 
37
37
  Bleeding edge version with the most recent features:
38
38
  ```bash
39
- npm i yargs@next --save
39
+ npm i yargs@next
40
40
  ```
41
41
 
42
42
  ## Usage :
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yargs",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "description": "yargs the modern, pirate-themed, successor to optimist.",
5
5
  "main": "./index.js",
6
6
  "contributors": [