grunt-checkbranch
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "grunt-checkbranch", | ||
"description": "Check that we are on a correct Git branch before proceeding.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/dymonaz/grunt-checkbranch", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-clean": "~0.5.0", | ||
@@ -48,4 +48,4 @@ "grunt": "~0.4.1", | ||
"dependencies": { | ||
"shelljs": "~0.2.6" | ||
"shelljs": "~0.3.0" | ||
} | ||
} |
@@ -36,2 +36,6 @@ # grunt-checkbranch | ||
### 0.3.1 (2014-05-26) | ||
* npm update | ||
* Travis | ||
### 0.3.0 (2014-02-24) | ||
@@ -38,0 +42,0 @@ * Added support for negating a branch, i.e. "run everywhere except X" (thx @Pleochism) |
10055
11
49
+ Addedshelljs@0.3.0(transitive)
- Removedshelljs@0.2.6(transitive)
Updatedshelljs@~0.3.0