From 740aedeaa2b08a24d83f9f0c9a4766a616d9bab9 Mon Sep 17 00:00:00 2001 From: kraptor <7249728+kraptor@users.noreply.github.com> Date: Tue, 20 Jul 2021 08:22:34 +0200 Subject: [PATCH] Update isocodes tags and description. (#1973) --- packages.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index 56f0fc4..5e98f40 100644 --- a/packages.json +++ b/packages.json @@ -23332,12 +23332,18 @@ "iso", "countries", "country", - "3166", - "3166-1", - "3166-2", - "3166-3" + "language", + "languages", + "currency", + "currencies", + "ISO-3166", + "ISO-3166-1", + "ISO-3166-2", + "ISO-3166-3", + "ISO-15924", + "ISO-4217" ], - "description": "ISO codes for Nim that allows to embed its data within the executable (or load it automatically at runtime).", + "description": "ISO codes for Nim.", "license": "MIT", "web": "https://github.com/kraptor/isocodes" },