X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/33d55c06bc00d8dd41dd84be87a083870813ca85..a410d476a22053a8e7ffda483efbb1959be9d713:/package.json diff --git a/package.json b/package.json index b3ef07a..86c19a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", - "version": "1.0.0", - "description": "", + "version": "1.2.5", + "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": { "start": "./node_modules/.bin/static -c 0 -p 8000 dist", @@ -10,7 +10,7 @@ "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js" }, "author": "", - "license": "GPL-3.0", + "license": "GPL-2.0", "devDependencies": { "@ungap/url-search-params": "^0.2.0", "bootstrap": "^4.5.0", @@ -19,7 +19,7 @@ "eslint-plugin-import": "^2.20.2", "handlebars": "4.7.6", "jquery": "^3.5.0", - "leaflet": "^1.6.0", + "leaflet": "^1.7.0", "leaflet-minimap": "3.6.1" }, "dependencies": {