Skip to content

Commit 947bacd

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

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
@@ -6,7 +6,11 @@
66
"node": ">=18.0.0"
77
},
88
"main": "./react-native.js",
9-
"repository": "[email protected]: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 <[email protected]>",
1115
"license": "MIT",
1216
"keywords": [

0 commit comments

Comments
 (0)