Skip to content

Commit

Permalink
Add @davglass and @nowamasa to contributors; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthk committed Oct 26, 2012
1 parent e9400eb commit 00d624e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "istanbul",
"version": "0.1.10",
"version": "0.1.11",
"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>",
"contributors": [
"Reid Burke <me@reidburke.com>",
"Martin Cooper <mfncooper@gmail.com>"
"Martin Cooper <mfncooper@gmail.com>",
"Dav Glass <davglass@gmail.com>",
"nowamasa"
],
"preferGlobal": true,
"scripts": {
Expand Down

0 comments on commit 00d624e

Please sign in to comment.