We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111ce37 commit ba23ec0Copy full SHA for ba23ec0
1 file changed
package.json
@@ -43,6 +43,17 @@
43
"url": "git://github.com/gonsfx/mongoose-patch-history"
44
},
45
"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
+ },
57
"keywords": [
58
"mongo",
59
"Mongo",
0 commit comments