Skip to content

Commit

Permalink
Add missing dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 17, 2013
1 parent fc476c8 commit f787d2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.3.3",
"version": "3.3.5",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down Expand Up @@ -29,7 +29,8 @@
"grunt-karma-coveralls": "~2.0.2",
"grunt-contrib-watch": "~0.5.3",
"karma-phantomjs-launcher": "0.0.2",
"phantomjs": "~1.9.1-0"
"phantomjs": "~1.9.1-0",
"grunt-contrib-qunit": "~0.3.0"
},
"scripts": {
"test": "grunt travis --verbose; ./node_modules/.bin/karma start --single-run --browsers PhantomJS"
Expand Down

0 comments on commit f787d2f

Please sign in to comment.