Skip to content

Commit 8f22ae7

Browse files
fix main
1 parent 77599af commit 8f22ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@cypress/code-coverage",
33
"version": "0.0.0-development",
44
"description": "Saves the code coverage collected during Cypress tests",
5+
"main": "index.js",
6+
"targets": { "main": false },
57
"scripts": {
68
"start": "parcel serve cypress/index.html",
79
"coverage:verify": "npx nyc report --check-coverage true --lines 80",

0 commit comments

Comments
 (0)