country-codes-library 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +27 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "country-codes-library",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it includes telephone calling codes, currency codes, currency Symbols for countries across the world.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,30 @@
25
25
  },
26
26
  "publishConfig": {
27
27
  "registry": "https://registry.npmjs.org"
28
- }
28
+ },
29
+ "keywords": [
30
+ "telephone",
31
+ "calling",
32
+ "two digit",
33
+ "three digit",
34
+ "two-digit-country-code",
35
+ "three-digit-country-code",
36
+ "twolettercountrycode",
37
+ "countrycode",
38
+ "threelettercountrycode",
39
+ "USAStateCode",
40
+ "+2digitcode",
41
+ "+3digitcode",
42
+ "ISO-3166",
43
+ "country-codes",
44
+ "geography",
45
+ "canadaprovince",
46
+ "chinaprovince",
47
+ "proviencecode",
48
+ "provience",
49
+ "geocode",
50
+ "countrycodes",
51
+ "currencycodes",
52
+ "currencysymbols"
53
+ ]
29
54
  }