We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9e0bf commit 12b13b1Copy full SHA for 12b13b1
package.json
@@ -4,7 +4,10 @@
4
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
5
"author": "Tomás Novau(tnovau@ontheedge.cloud)",
6
"license": "MIT",
7
- "repository": "on-the-edge-cloud/react-circle-flags",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/on-the-edge-cloud/react-circle-flags.git"
10
+ },
11
"main": "dist/index.js",
12
"module": "dist/index.modern.js",
13
"source": "src/index.js",
0 commit comments