Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit f4c0003

Browse files
chore: drop duplicate nyc config (#665)
1 parent 207e512 commit f4c0003

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,5 @@
104104
"LICENSE",
105105
"README.md",
106106
"build/src"
107-
],
108-
"nyc": {
109-
"reporter": [
110-
"lcov"
111-
],
112-
"exclude": [
113-
"build/test/*-code.js",
114-
"build/test/fixtures/**/*.js"
115-
]
116-
}
107+
]
117108
}

0 commit comments

Comments
 (0)