Skip to content

Commit c77af4f

Browse files
committed
fix: alias to bin
1 parent 858f418 commit c77af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "Utilities for checking the coverage produced by NYC against extra or missing files",
55
"main": "index.js",
6-
"alias": {
6+
"bin": {
77
"check-coverage": "bin/check-coverage.js",
88
"only-covered": "bin/only-covered.js"
99
},

0 commit comments

Comments
 (0)