Skip to content

Commit

Permalink
Upgraded contrib dependency and switched to dots reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Oct 24, 2013
1 parent 21016ec commit e6d315f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = function(grunt) {
autoWatch: true,
logLevel: "ERROR",

reporters: ["progress", "coverage"],
reporters: ["dots", "coverage"],
browsers: ["PhantomJS"],

// Change this to the framework you want to use.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"grunt": "~0.4.1",
"bbb": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
Expand Down

0 comments on commit e6d315f

Please sign in to comment.