We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476d82 commit 53c4d1cCopy full SHA for 53c4d1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-gitflow-diff",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Gulp plugin for fitlering files that differ from some base git branch",
5
"main": "index.js",
6
"scripts": {
@@ -10,6 +10,10 @@
10
"name" : "Alexander Myshov",
11
"url": "https://github.com/myshov"
12
},
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/myshov/gulp-gitflow-diff.git"
16
+ },
17
"license": "MIT",
18
"dependencies": {
19
"gulp-util": "^3.0.7",
0 commit comments