Skip to content

Commit

Permalink
build(package): add nyc 11.0.3
Browse files Browse the repository at this point in the history
nyc is the command line interface for istanbul, a tool for analyzing
code coverage.

:LINK: https://github.com/istanbuljs/nyc
  • Loading branch information
jklmli committed Jun 30, 2017
1 parent d85e90a commit 90d661c
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.nyc_output
/dist
/node_modules
/test/dist
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
"cz-conventional-changelog": "2.0.0",
"glob": "7.1.2",
"husky": "0.14.1",
"nyc": "11.0.3",
"semantic-release": "6.3.6",
"ts-loader": "2.2.1",
"tslint": "5.1.0",
Expand Down

0 comments on commit 90d661c

Please sign in to comment.