Skip to content

Commit ba23ec0

Browse files
authored
feat
1 parent 111ce37 commit ba23ec0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@
4343
"url": "git://github.com/gonsfx/mongoose-patch-history"
4444
},
4545
"bugs": "https://github.com/gonsfx/mongoose-patch-history/issues",
46+
"nyc": {
47+
"require": [
48+
"@babel/register"
49+
],
50+
"reporter": [
51+
"lcov",
52+
"text"
53+
],
54+
"sourceMap": false,
55+
"instrument": false
56+
},
4657
"keywords": [
4758
"mongo",
4859
"Mongo",

0 commit comments

Comments
 (0)