Skip to content

Commit 9fa55d0

Browse files
committed
fix(pkg): update package.json
1 parent 33306eb commit 9fa55d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/malijs/logger.git"
8+
"url": "https://github.com/malijs/logger.git"
99
},
1010
"author": {
1111
"name": "Bojan D.",
@@ -71,5 +71,8 @@
7171
}
7272
],
7373
"@semantic-release/github"
74-
]
74+
],
75+
"release": {
76+
"branches": ["master"]
77+
}
7578
}

0 commit comments

Comments
 (0)