Skip to content

Commit

Permalink
remove src from the ignore list in bower.json
Browse files Browse the repository at this point in the history
fix `bugs` entry in `package.json`
release v1.7.2
  • Loading branch information
mledoze committed Mar 7, 2015
1 parent a8acc31 commit 35f5252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"description": "List of world countries in JSON, CSV, XML and Yaml",
"keywords": ["countries", "world", "json", "csv", "xml", "yaml"],
"license": "Open Database License",
"ignore": ["node_modules", "bower_components", "src"]
"ignore": ["node_modules", "bower_components"]
}
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "mledoze/countries",
"version": "1.7.0",
"version": "1.7.2",
"description": "World countries in JSON, CSV, XML and Yaml",
"keywords": ["world", "countries", "json", "csv", "xml", "yaml"],
"homepage": "https://mledoze.github.io/countries/",
"license": "Open Database License",
"authors": [
{
"name": "Mohammed Le Doze"
}
{"name": "Mohammed Le Doze"}
],
"repositories": [
{
Expand Down
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"name": "world-countries",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"version": "v1.7.0",
"version": "v1.7.2",
"main": "index.js",
"keywords": [
"countries",
"world",
"json",
"csv",
"xml",
"yaml"
],
"keywords": ["countries", "world", "json", "csv", "xml", "yaml"],
"maintainers": [
{
"name": "Mohammed Le Doze",
Expand All @@ -21,7 +14,7 @@
"https://mledoze.github.io/countries/#examples"
],
"bugs": {
"web": "https://github.com/mledoze/countries/issues"
"url": "https://github.com/mledoze/countries/issues"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 35f5252

Please sign in to comment.