Skip to content

Commit 3bc24b6

Browse files
author
Loïc Mangeonjean
committed
fix: missing repository reference
1 parent 63b86be commit 3bc24b6

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://git@github.com/CodinGame/commitlint-config-codingame.git"
18+
},
1519
"publishConfig": {
1620
"registry": "https://registry.npmjs.org/",
1721
"access": "public"

0 commit comments

Comments
 (0)