From 62596084851feb8bb20fcd83082110c43f0d3012 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 15 Dec 2024 13:13:53 +0100 Subject: [PATCH] build: remove bower.json file --- bower.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 bower.json diff --git a/bower.json b/bower.json deleted file mode 100755 index ba09bb32..00000000 --- a/bower.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "leaflet-control-geocoder", - "version": "1.5.5", - "homepage": "https://github.com/perliedman/leaflet-control-geocoder", - "authors": ["Per Liedman "], - "description": "Extendable geocoder with builtin OSM/Nominatim support", - "main": ["dist/Control.Geocoder.js", "dist/Control.Geocoder.css"], - "moduleType": ["amd", "globals"], - "keywords": [ - "leaflet", - "geocoder", - "locations", - "nominatim", - "bing", - "google", - "mapbox", - "photon", - "what3words", - "mapquest", - "mapzen", - "pluscodes", - "open location code", - "here" - ], - "license": "BSD-2-Clause", - "ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"] -}