country-code-kit 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "country-code-kit",
3
- "version": "v1.0.4",
3
+ "version": "v1.0.5",
4
4
  "description": "Zero-dependency list of all 249 ISO 3166-1 countries with code, name, and flag emoji. Lookup and search helpers included. Tree-shakeable, works in Node and browsers.",
5
5
  "keywords": [
6
6
  "country",
@@ -23,6 +23,10 @@
23
23
  "import": "./dist/esm/index.js",
24
24
  "require": "./dist/cjs/index.js"
25
25
  }
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/ShrikantaMazumder/country-code-kit.git"
26
30
  },
27
31
  "files": [
28
32
  "dist"