X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/ee7a9e1322bc73e4aacfb9aa886de95510bb7790..5830c5cca0c3c6febc2ad3f2c804cc3d773e594a:/package.json diff --git a/package.json b/package.json index 059dc33..151644e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.1", + "version": "3.2.3", "license": "GPL-2.0", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint --quiet .*.js src/ test/", + "lint:fix": "eslint --fix .*.js src/ test/", "test": "rollup -c && mocha --recursive test/", "start": "static-server dist" },