diff --git a/.gitignore b/.gitignore index a0e789a4..1fffe693 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,3 @@ # Composer composer.phar vendor/ - -# Bower -bower_components diff --git a/CHANGELOG.md b/CHANGELOG.md index 8299aa95..755a000c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - drop support for old versions of PHP and Symfony - the minimum version of PHP is 8.1 - the supported Symfony versions are 5.4 and 6.3 +- remove Bower integration ### Changed - update official name of Turkey (#458) diff --git a/bower.json b/bower.json deleted file mode 100644 index c515c861..00000000 --- a/bower.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "world-countries", - "description": "List of world countries in JSON, CSV, XML and Yaml", - "main": "dist/countries.json", - "homepage": "https://mledoze.github.io/countries", - "authors": [ - "Mohammed Le Doze " - ], - "repository": { - "type": "git", - "url": "https://github.com/mledoze/countries.git" - }, - "keywords": ["countries", "world", "json", "csv", "xml", "yaml"], - "license": "ODbL-1.0", - "ignore": ["node_modules", "bower_components"] -} \ No newline at end of file