Skip to content

Commit 8075831

Browse files
committed
v2.3.0
1 parent f656e91 commit 8075831

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

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.2.1",
3+
"version": "2.3.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.2.1",
3+
"version": "2.3.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"type": "library",
66
"keywords": [

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for countries-list 2.2.1
1+
// Type definitions for countries-list 2.3.0
22
// Project: https://github.com/annexare/Countries
33
// Definitions by: Dmytro <https://github.com/z-ax>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

dist/index.es5.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@ const
3333
countries = require(DATA + COUNTRIES + '.json'),
3434
languages = require(DATA + LANGUAGES + '.json'),
3535

36-
DEFAULT_TASKS = [DO_COPY, DO_CSV, DO_DATA, DO_EMOJI, DO_MINIMAL, DO_MIN, DO_SQL, DO_D_TS];
36+
DEFAULT_TASKS = [
37+
DO_COPY,
38+
DO_CSV,
39+
DO_DATA,
40+
DO_EMOJI,
41+
DO_MINIMAL,
42+
DO_MIN,
43+
DO_SQL,
44+
DO_MIN_ES5,
45+
DO_D_TS,
46+
];
3747

3848
const languagesInUse = getLanguagesInUse();
3949

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countries-list",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
55
"main": "dist/index.js",
66
"repository": {
@@ -32,6 +32,7 @@
3232
"start": "gulp",
3333
"eslint": "eslint gulpfile.js; exit 0"
3434
},
35+
"typings": "./dist/index.d.ts",
3536
"devDependencies": {
3637
"babel-core": "^6.26.0",
3738
"babel-preset-env": "^1.6.1",

0 commit comments

Comments
 (0)