X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/f02c2329acabf0472904a86afae04cab4b89888c..b317b796eac8aefdf8b0f989800c2cc078790ae4:/package.json diff --git a/package.json b/package.json index 57df23c..9a9c082 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.0.5", + "version": "3.1.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint --quiet .*.js src/ test/", - "test": "mocha --recursive test/", + "test": "rollup -c && mocha --recursive test/", "start": "static-server dist" }, "devDependencies": {