Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Dec 22, 2017
1 parent f656e91 commit 8075831
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
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.2.1",
"version": "2.3.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.2.1",
"version": "2.3.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for countries-list 2.2.1
// Type definitions for countries-list 2.3.0
// Project: https://github.com/annexare/Countries
// Definitions by: Dmytro <https://github.com/z-ax>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
4 changes: 2 additions & 2 deletions dist/index.es5.min.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ const
countries = require(DATA + COUNTRIES + '.json'),
languages = require(DATA + LANGUAGES + '.json'),

DEFAULT_TASKS = [DO_COPY, DO_CSV, DO_DATA, DO_EMOJI, DO_MINIMAL, DO_MIN, DO_SQL, DO_D_TS];
DEFAULT_TASKS = [
DO_COPY,
DO_CSV,
DO_DATA,
DO_EMOJI,
DO_MINIMAL,
DO_MIN,
DO_SQL,
DO_MIN_ES5,
DO_D_TS,
];

const languagesInUse = getLanguagesInUse();

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-list",
"version": "2.2.1",
"version": "2.3.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -32,6 +32,7 @@
"start": "gulp",
"eslint": "eslint gulpfile.js; exit 0"
},
"typings": "./dist/index.d.ts",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down

0 comments on commit 8075831

Please sign in to comment.