Skip to content

Commit 1610790

Browse files
committed
fix: add repo info to pacakge.json
1 parent 3b5ef43 commit 1610790

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "build/index.js",
6+
"bugs": {
7+
"url": "https://github.com/json-schema-tools/semantic-release-transpiler/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/json-schema-tools/semantic-release-transpiler.git"
12+
},
613
"publishConfig": {
714
"access": "public"
815
},

0 commit comments

Comments
 (0)