Skip to content

Commit 53c4d1c

Browse files
committed
Add repository to packagege.json
1 parent 8476d82 commit 53c4d1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-gitflow-diff",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Gulp plugin for fitlering files that differ from some base git branch",
55
"main": "index.js",
66
"scripts": {
@@ -10,6 +10,10 @@
1010
"name" : "Alexander Myshov",
1111
"url": "https://github.com/myshov"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/myshov/gulp-gitflow-diff.git"
16+
},
1317
"license": "MIT",
1418
"dependencies": {
1519
"gulp-util": "^3.0.7",

0 commit comments

Comments
 (0)