Skip to content

Commit

Permalink
Up verson, changelog, contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Mar 26, 2015
1 parent 2f00b38 commit 40ca1db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ Changelog

<table>
<tr>
<td>v0.3.12</td>
<td>
Allow other-than-dot-js files to be hooked, thanks to @sethpollack
</td>
</tr>
<tr>
<td>v0.3.11</td>
<td>
Avoid modification of global objects, thanks to @dominykas
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul",
"version": "0.3.11",
"version": "0.3.12",
"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", "code coverage", "JS code coverage", "JS coverage" ],
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
Expand Down Expand Up @@ -52,7 +52,8 @@
"Daniel Sabelnikov @dragn <dsabelnikov@gmail.com>",
"Tony Lukasavage @tonylukasavage <anthony.lukasavage@gmail.com>",
"Simon Ramsay @nexus-uw",
"Dominykas Blyžė @dominykas"
"Dominykas Blyžė @dominykas",
"Seth Pollack @sethpollack"
],
"scripts": {
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
Expand Down

0 comments on commit 40ca1db

Please sign in to comment.