Skip to content

Commit

Permalink
v2.1.0 ES5 UMD build, close #14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Oct 6, 2017
1 parent 9b84db7 commit 3b02bcd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The `./data` directory contains source data.

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

**Note**: ES5 UMD build is here: `./dist/index.es5.min.js`.

**Note**: Country item `languages` field is an `Array` in JSON files to easily count and match items with a Language item.
But `currency` and `phone` calling codes may be a comma-separated `String`.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Countries",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "http://annexare.github.io/Countries/",
"author": {
"name": "Dmytro",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annexare/countries-list",
"version": "2.0.0",
"version": "2.1.0",
"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.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/index.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-list",
"version": "2.0.0",
"version": "2.1.0",
"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.",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 3b02bcd

Please sign in to comment.