@koshmoney/countries 1.0.1-beta.6 → 1.0.1-beta.7
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koshmoney/countries",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.7",
|
|
4
4
|
"description": "Complete ISO 3166-1 (countries) and ISO 3166-2 (subdivisions) lookup library with full TypeScript support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -190,6 +190,7 @@
|
|
|
190
190
|
],
|
|
191
191
|
"author": "",
|
|
192
192
|
"license": "MIT",
|
|
193
|
+
"homepage": "https://os.koshmoney.com/",
|
|
193
194
|
"repository": {
|
|
194
195
|
"type": "git",
|
|
195
196
|
"url": "https://github.com/CopperxHQ/countries.git"
|