Skip to content

Commit

Permalink
added release task. minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Jan 29, 2015
1 parent 37290cc commit 3befb74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ function release(type, cb) {
}
catch(e) {
cb(e);
return;
}
cb(0);
});
}

Expand Down

0 comments on commit 3befb74

Please sign in to comment.