Update deps.

This commit is contained in:
Mayhem 2014-04-29 14:39:44 +02:00
parent e8a52fff86
commit 60a668f7da
2 changed files with 1 additions and 5 deletions

View File

@ -83,10 +83,6 @@ module.exports = (grunt) ->
createTag: false createTag: false
push: false push: false
shell: shell:
options:
stdout: true
stderr: true
failOnError: true
checkout: checkout:
command: 'git checkout <%= pkg.meta.mainBranch %>' command: 'git checkout <%= pkg.meta.mainBranch %>'
commit: commit:

View File

@ -31,7 +31,7 @@
"grunt-contrib-concat": "~0.4.0", "grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0", "grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~0.6.4", "grunt-shell": "~0.7.0",
"load-grunt-tasks": "~0.4.0" "load-grunt-tasks": "~0.4.0"
}, },
"repository": { "repository": {