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

Commit

Permalink
[enhancement] Update devDependency nyc from v13.3.0 to v14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 16, 2019
1 parent 726a65c commit 5f36179
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 114 deletions.
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

0 comments on commit 5f36179

Please sign in to comment.