Update deps.

This commit is contained in:
Mayhem 2013-09-20 11:26:46 +02:00
parent 380eda18d2
commit acffb4b7de
2 changed files with 9 additions and 9 deletions

View File

@ -79,12 +79,12 @@ module.exports = (grunt) ->
stderr: true stderr: true
failOnError: true failOnError: true
commit: commit:
command: [ command: """
'git checkout <%= pkg.meta.mainBranch %>' git checkout <%= pkg.meta.mainBranch %>
'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."' git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."
'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."' git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."
'git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."' git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."
].join ' && ' """
push: push:
command: 'git push origin --tags -f && git push origin --all' command: 'git push origin --tags -f && git push origin --all'
watch: watch:

View File

@ -19,14 +19,14 @@
"font-awesome": "git://github.com/MayhemYDG/Font-Awesome.git#df4285951124f9ca1f3907438462e5ba9e464bcb", "font-awesome": "git://github.com/MayhemYDG/Font-Awesome.git#df4285951124f9ca1f3907438462e5ba9e464bcb",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-bump": "~0.0.11", "grunt-bump": "~0.0.11",
"grunt-concurrent": "~0.3.0", "grunt-concurrent": "~0.3.1",
"grunt-contrib-clean": "~0.5.0", "grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0", "grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-compress": "~0.5.2", "grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0", "grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.0", "grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.3.1", "grunt-shell": "~0.4.0",
"load-grunt-tasks": "~0.1.0" "load-grunt-tasks": "~0.1.0"
}, },
"repository": { "repository": {