Skip to content

Commit c7bfd10

Browse files
committed
#0 package: added info about bugs and repository
1 parent 1a96dbc commit c7bfd10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.20",
44
"author": "Daniil Sitdikov",
55
"email": "[email protected]",
6+
"bugs": "https://github.com/eigen-space/commit-linter/issues",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/eigen-space/commit-linter.git"
10+
},
611
"license": "MIT",
712
"scripts": {
813
"build": "tsc -p tsconfig.build.json && node ./dev/scripts/copy-assets.js",
@@ -59,4 +64,4 @@
5964
"bin": {
6065
"commit-linter": "./cli.js"
6166
}
62-
}
67+
}

0 commit comments

Comments
 (0)