Skip to content

Commit 8a21f1d

Browse files
author
Loïc Mangeonjean
committed
fix: missing repository reference
1 parent 982cf09 commit 8a21f1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"build": "npm run lint && npm run compile"
1212
},
1313
"author": "",
14-
"license": "ISC",
14+
"license": "MIT",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+ssh://[email protected]/CodinGame/semantic-release-config-github.git"
18+
},
1519
"dependencies": {
1620
"@codingame/semantic-release-rules": "^1.2.1",
1721
"@semantic-release/commit-analyzer": "^13.0.1",

0 commit comments

Comments
 (0)