Skip to content

Commit

Permalink
Install istanbul for coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakrit Wichian committed Jan 18, 2013
1 parent cc1142b commit 54d4e87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

node_modules

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"directories": {
"test": "test",
"lib": "lib"
},
"devDependencies": {
"istanbul": "~0.1.27"
}
}

0 comments on commit 54d4e87

Please sign in to comment.