Skip to content

Commit 12b13b1

Browse files
committed
fix: package.json repository
1 parent 0d9e0bf commit 12b13b1

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
@@ -4,7 +4,10 @@
44
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
55
"author": "Tomás Novau(tnovau@ontheedge.cloud)",
66
"license": "MIT",
7-
"repository": "on-the-edge-cloud/react-circle-flags",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/on-the-edge-cloud/react-circle-flags.git"
10+
},
811
"main": "dist/index.js",
912
"module": "dist/index.modern.js",
1013
"source": "src/index.js",

0 commit comments

Comments
 (0)