Skip to content

Commit 2dbdced

Browse files
authored
Merge pull request #3 from myshov/bump-version
Bump version
2 parents 4ecf5a2 + be25a46 commit 2dbdced

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gulp-gitflow-diff [![Build Status](https://travis-ci.org/myshov/gulp-gitflow-diff.svg?branch=master)](https://travis-ci.org/myshov/gulp-gitflow-diff)
22
Gulp plugin for fitlering files that differ from some base git branch
33

4-
This plugin is useful when you have a pretty large project with adopted git-flow/github-flow organization of development process. And for example you want to lint files on git push hook. Why do you should lint every single file when only several of them actually have been changed? This plugin will help to filter only those files that actually have been changed relatively of base branch (usually `master` or `origin/master`).
4+
This plugin is useful when you have a pretty large project with adopted git-flow/github-flow organization of development process. And for example you want to lint files on git push hook. Why do you have to lint every single file when only several of them actually have been changed? This plugin will help to filter only those files that actually have been changed relatively of base branch (usually `master` or `origin/master`).
55

66
# Installation
77

@@ -23,6 +23,10 @@ gulp.task('default', function () {
2323
});
2424
```
2525

26+
# NPM
27+
28+
https://www.npmjs.com/package/gulp-gitflow-diff
29+
2630
# License
2731

2832
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-gitflow-diff",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Gulp plugin for fitlering files that differ from some base git branch",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)