grunt-git-deploy
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "grunt-git-deploy", | ||
"description": "Deploy files to any branch of any remote git repository.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/iclanzan/grunt-git-deploy", | ||
@@ -39,3 +39,3 @@ "author": { | ||
"peerDependencies": { | ||
"grunt": "~0.4.1" | ||
"grunt": ">=0.4.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "keywords": [ |
13117