Skip to content

Commit fb271a5

Browse files
committed
fix: correct repository field in package.json
1 parent 872abf5 commit fb271a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.15.3",
44
"description": "ESLint shareable config copied from the Google style.",
55
"license": "Apache-2.0",
6-
"repository": "https://github.com/web-tech-tw/eslint-config-nymph",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/web-tech-tw/eslint-config-nymph.git"
9+
},
710
"author": "Web-Tech-TW",
811
"engines": {
912
"node": ">=18.18.0"

0 commit comments

Comments
 (0)