Skip to content

Commit 7d5cb4f

Browse files
update package name in read me
1 parent 8f22d2b commit 7d5cb4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Node Version required: 14 or above
66

77
```
88
9-
1. npm i web-custom-scripts
9+
1. npm i doc-coverage
1010
2. Create a .doccoverage.json file in the root of the project.
1111
3. For help on the config file created in step 5, refer 'Config Help' section
1212
4. Run the command "./node_modules/.bin/doc" in the terminal in root directory to get coverage.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doc-coverage",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "custom scripts for web",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)