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

[enhancement] Update devDependency nyc from v13.3.0 to v14.1.1 #4699

Merged
merged 1 commit into from May 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions .nycrc
@@ -1,17 +1,19 @@
{
"include": [
"build/**/*.js"
"build/**/*.js",
"src/**/*.ts"
],
"extension": [
".js"
".js",
".ts"
],
"exclude": [
"build/test"
"**/test"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"all": true
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"json-stringify-pretty-compact": "^1.2.0",
"mocha": "^6.1.4",
"npm-run-all": "^4.0.2",
"nyc": "^13.3.0",
"nyc": "^14.1.1",
"prettier": "~1.16.4",
"rimraf": "^2.5.4",
"ts-node": "^3.3.0",
Expand Down