Skip to content

Commit 4e075dd

Browse files
committed
docs: add metadata to package.json
Signed-off-by: Andres Correa Casablanca <castarco@coderspirit.xyz>
1 parent 63d6e99 commit 4e075dd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderspirit/eslint-config",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Super-Strict ESLint configuration",
55
"private": false,
66
"main": "eslint-config.cjs",
@@ -38,5 +38,13 @@
3838
".editorconfig",
3939
".prettierrc.mjs",
4040
"eslint-config.cjs"
41-
]
41+
],
42+
"repository": {
43+
"type": "git",
44+
"url": "git+https://github.com/Coder-Spirit/eslint-config.git"
45+
},
46+
"bugs": {
47+
"url": "https://github.com/Coder-Spirit/eslint-config/issues"
48+
},
49+
"homepage": "https://github.com/Coder-Spirit/eslint-config#readme"
4250
}

0 commit comments

Comments
 (0)