Skip to content

Commit 7a8e47e

Browse files
committed
[doc] publish to npm as nyc-diff
Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
1 parent f109ccb commit 7a8e47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Make sure every addition and modification is covered with nyc-diff by reporting
55
## Installation
66

77
```
8-
npm i -g @codefeathers/nyc-diff
8+
npm i -g nyc-diff
99
```
1010

1111
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyc-diff",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Get line-by-line coverage for diff output.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)