forked from gotwarlost/istanbul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a77029b
commit 89dd664
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "istanbul", | ||
"version": "0.3.18", | ||
"version": "0.3.19", | ||
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", | ||
"keywords": [ | ||
"coverage", | ||
|
@@ -66,7 +66,8 @@ | |
"Mordy Tikotzky <[email protected]>", | ||
"Haoliang Gao @popomore <[email protected]>", | ||
"Roderick Hsiao @roderickhsiao", | ||
"Nikita Gusakov @nkt" | ||
"Nikita Gusakov @nkt", | ||
"Alex Dunphy @alexdunphy <[email protected]>" | ||
], | ||
"scripts": { | ||
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh", | ||
|