Skip to content

Commit 3b02bcd

Browse files
committed
v2.1.0 ES5 UMD build, close #14
1 parent 9b84db7 commit 3b02bcd

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The `./data` directory contains source data.
3333

3434
The consistent data is available from `./dist/data.*` files (JSON, SQL).
3535

36+
**Note**: ES5 UMD build is here: `./dist/index.es5.min.js`.
37+
3638
**Note**: Country item `languages` field is an `Array` in JSON files to easily count and match items with a Language item.
3739
But `currency` and `phone` calling codes may be a comma-separated `String`.
3840

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Countries",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"homepage": "http://annexare.github.io/Countries/",
55
"author": {
66
"name": "Dmytro",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "annexare/countries-list",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital and currency, native name, calling codes. Available in JSON, CSV and SQL formats.",
55
"type": "library",
66
"keywords": [

dist/index.es5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries-list",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital and currency, native name, calling codes. Available in JSON, CSV and SQL formats.",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)