Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
add `node_modules` and `bower_components` to .gitignore
  • Loading branch information
mledoze committed Mar 7, 2015
1 parent 777373a commit a8acc31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Composer
composer.phar
composer.lock
vendor/

# Bower
bower_components
37 changes: 15 additions & 22 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
{
"name": "world-countries",
"main": "dist/countries.json",
"version": "1.7.0",
"homepage": "https://mledoze.github.io/countries",
"authors": [
"Mohammed Le Doze <[email protected]>"
],
"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"
]
"name": "world-countries",
"description": " World countries in JSON, CSV, XML and Yaml. Any help is welcome!",
"main": "dist/countries.json",
"homepage": "https://mledoze.github.io/countries",
"authors": [
"Mohammed Le Doze <[email protected]>"
],
"repository": {
"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",
"ignore": ["node_modules", "bower_components", "src"]
}

0 comments on commit a8acc31

Please sign in to comment.