Skip to content

Commit

Permalink
[enhancement] Update devDependency nyc from v13.3.0 to v14.1.1 (palan…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar authored and adidahiya committed May 16, 2019
1 parent 726a65c commit 94dafa0
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 114 deletions.
10 changes: 6 additions & 4 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 94dafa0

Please sign in to comment.