X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/2d8d11f38eda35f77ca90ef21f48a0abf6998ec0..2f92893f7ca8da82acfba0a466d6bd24c14c9852:/package.json?ds=sidebyside diff --git a/package.json b/package.json index b3ef07a..da73250 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", - "version": "1.0.0", - "description": "", + "version": "1.2.1", + "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",