i18n-iso-cities 2.0.0 → 2.0.1
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 +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18n-iso-cities",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Multilingual city name translations organized by ISO 3166-1 country codes. Like i18n-iso-countries, but for cities. Arabic-first, community-driven.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
"url": "https://github.com/houssam966/i18n-iso-cities/issues"
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://github.com/houssam966/i18n-iso-cities#readme",
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=18"
|
|
54
|
+
},
|
|
52
55
|
"devDependencies": {
|
|
53
56
|
"tsup": "^8.0.0",
|
|
54
57
|
"typescript": "^5.4.0",
|