Skip to content

Commit 947bacd

Browse files
Include repo and homepage in the npm (#274)
1 parent ac4bb1c commit 947bacd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"node": ">=18.0.0"
77
},
88
"main": "./react-native.js",
9-
"repository": "git@github.com:callstack/eslint-config-callstack.git",
9+
"homepage": "https://github.com/callstack/eslint-config-callstack#readme",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/callstack/eslint-config-callstack.git"
13+
},
1014
"author": "Michał Pierzchała <thymikee@gmail.com>",
1115
"license": "MIT",
1216
"keywords": [

0 commit comments

Comments
 (0)