argue-cli 2.0.0-2 → 2.0.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![Node version][node]][node-url]
5
5
  [![Dependencies status][deps]][deps-url]
6
6
  [![Build status][build]][build-url]
7
+ [![Coverage status][coverage]][coverage-url]
7
8
  [![Bundle size][size]][size-url]
8
9
 
9
10
  [npm]: https://img.shields.io/npm/v/argue-cli.svg
@@ -18,6 +19,9 @@
18
19
  [build]: https://img.shields.io/github/workflow/status/TrigenSoftware/Argue/CI.svg
19
20
  [build-url]: https://github.com/TrigenSoftware/Argue/actions
20
21
 
22
+ [coverage]: https://img.shields.io/coveralls/TrigenSoftware/Argue.svg
23
+ [coverage-url]: https://coveralls.io/r/TrigenSoftware/Argue
24
+
21
25
  [size]: https://img.shields.io/bundlephobia/minzip/argue-cli
22
26
  [size-url]: https://bundlephobia.com/package/argue-cli
23
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "argue-cli",
3
3
  "type": "module",
4
- "version": "2.0.0-2",
4
+ "version": "2.0.0",
5
5
  "description": "A thin and strongly typed CLI argument parser for Node.js.",
6
6
  "author": "dangreen",
7
7
  "license": "MIT",