Skip to content

Commit

Permalink
bump deps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Mar 18, 2015
1 parent 88792ff commit 271876e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = function(grunt) {
},
uglify: {
options: {
stripBanners: true,
banner: '<%= meta.banner %>',
report: 'gzip'
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-connect": "~0.4.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-mocha": "~0.4.0"
}
}

0 comments on commit 271876e

Please sign in to comment.