Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 94dafa0

Browse files
bjornstaradidahiya
authored andcommitted
[enhancement] Update devDependency nyc from v13.3.0 to v14.1.1 (#4699)
1 parent 726a65c commit 94dafa0

File tree

3 files changed

+138
-114
lines changed

3 files changed

+138
-114
lines changed

.nycrc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"include": [
3-
"build/**/*.js"
3+
"build/**/*.js",
4+
"src/**/*.ts"
45
],
56
"extension": [
6-
".js"
7+
".js",
8+
".ts"
79
],
810
"exclude": [
9-
"build/test"
11+
"**/test"
1012
],
1113
"reporter": [
1214
"text-summary",
1315
"html"
1416
],
1517
"sourceMap": true,
1618
"all": true
17-
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"json-stringify-pretty-compact": "^1.2.0",
6666
"mocha": "^6.1.4",
6767
"npm-run-all": "^4.0.2",
68-
"nyc": "^13.3.0",
68+
"nyc": "^14.1.1",
6969
"prettier": "~1.16.4",
7070
"rimraf": "^2.5.4",
7171
"ts-node": "^3.3.0",

0 commit comments

Comments
 (0)