Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Merge b8aa23d into d3cf4f5
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Feb 25, 2016
2 parents d3cf4f5 + b8aa23d commit 7d4049f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ $ npm install --save conventional-recommended-bump
var conventionalRecommendedBump = require('conventional-recommended-bump');

conventionalRecommendedBump({
conventionalRecommendedBump({
preset: 'angular'
}, function(err, releaseAs) {
console.log(releaseAs);
//=> 'major'
});
preset: 'angular'
}, function(err, releaseAs) {
console.log(releaseAs);
//=> 'major'
});
```

Expand Down

0 comments on commit 7d4049f

Please sign in to comment.