Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
update licence label in package.json
replace 'maintainers' field by 'author' in package.json
fix description in composer.json and bower.json
  • Loading branch information
mledoze committed Feb 8, 2018
1 parent e2de3c4 commit 1d57673
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 34 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"]
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
55 changes: 27 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"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": "[email protected]"
},
"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/"
}

0 comments on commit 1d57673

Please sign in to comment.