We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f109ccb commit 7a8e47eCopy full SHA for 7a8e47e
README.md
@@ -5,7 +5,7 @@ Make sure every addition and modification is covered with nyc-diff by reporting
5
## Installation
6
7
```
8
-npm i -g @codefeathers/nyc-diff
+npm i -g nyc-diff
9
10
11
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nyc-diff",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Get line-by-line coverage for diff output.",
"main": "index.js",
"scripts": {
0 commit comments