diff --git a/bower.json b/bower.json index 5f5d2821..c515c861 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "world-countries", - "description": " World countries in JSON, CSV, XML and Yaml. Any help is welcome!", + "description": "List of world countries in JSON, CSV, XML and Yaml", "main": "dist/countries.json", "homepage": "https://mledoze.github.io/countries", "authors": [ @@ -10,8 +10,7 @@ "type": "git", "url": "https://github.com/mledoze/countries.git" }, - "description": "List of world countries in JSON, CSV, XML and Yaml", "keywords": ["countries", "world", "json", "csv", "xml", "yaml"], - "license": "Open Database License", + "license": "ODbL-1.0", "ignore": ["node_modules", "bower_components"] -} +} \ No newline at end of file diff --git a/composer.json b/composer.json index 09e6fbb8..e3c92ecb 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mledoze/countries", - "version": "1.8.0", - "description": "World countries in JSON, CSV, XML and Yaml", + "version": "2.0.0", + "description": "List of world countries in JSON, CSV, XML and Yaml", "keywords": ["world", "countries", "json", "csv", "xml", "yaml"], "homepage": "https://mledoze.github.io/countries/", "license": "ODbL-1.0", diff --git a/package.json b/package.json index fc5b66b3..5e882f94 100755 --- a/package.json +++ b/package.json @@ -1,30 +1,29 @@ { - "name": "world-countries", - "description": "List of world countries in JSON, CSV, XML and Yaml", - "version": "v1.8.1", - "main": "index.js", - "keywords": ["countries", "world", "json", "csv", "xml", "yaml"], - "maintainers": [ - { - "name": "Mohammed Le Doze", - "email": "mohammed.ledoze@gmail.com" - } - ], - "demos": [ - "https://mledoze.github.io/countries/#examples" - ], - "bugs": { - "url": "https://github.com/mledoze/countries/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/mledoze/countries.git" - }, - "licenses": [ - { - "name": "Open Database License", - "url": "http://opendatacommons.org/licenses/odbl/1.0/" - } - ], - "homepage": "https://mledoze.github.io/countries/" + "name": "world-countries", + "description": "List of world countries in JSON, CSV, XML and Yaml", + "version": "2.0.0", + "main": "index.js", + "keywords": ["countries", "world", "json", "csv", "xml", "yaml"], + "author": { + "name": "Mohammed Le Doze", + "url": "https://github.com/mledoze", + "email": "mohammed.ledoze@gmail.com" + }, + "demos": [ + "https://mledoze.github.io/countries/#examples" + ], + "bugs": { + "url": "https://github.com/mledoze/countries/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/mledoze/countries.git" + }, + "licenses": [ + { + "type": "ODbL-1.0", + "url": "https://opendatacommons.org/licenses/odbl/1.0/" + } + ], + "homepage": "https://mledoze.github.io/countries/" }