From 23aff227e896eef6620e2176deddb67ace595396 Mon Sep 17 00:00:00 2001 From: "Milos Brzakovic (E-Search)" Date: Thu, 28 Oct 2021 17:55:44 +0200 Subject: [PATCH] package commands and dependency polishing --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 97179d169..2d8eaef68 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "lint": "eslint scripts test/spec modules", "lint:fix": "eslint scripts test/spec modules --fix", "start": "npm-run-all -s build:dev start:server", - "start:watch": "npm-run-all -p build:dev:watch start:server", - "start:extented": "npm-run-all -s build start:server", + "start:extended": "npm-run-all -s build start:server", "start:server": "node scripts/server.js", + "start:watch": "npm-run-all -p build:dev:watch start:server", "test": "npm-run-all -s lint build:css build:data build:legacy test:spec", "test:spec": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec", "translations": "node scripts/update_locales.js" @@ -56,7 +56,6 @@ "alif-toolkit": "^1.2.9", "core-js": "^3.6.5", "diacritics": "1.3.0", - "esbuild": "^0.13.9", "fast-deep-equal": "~3.1.1", "fast-json-stable-stringify": "2.1.0", "lodash-es": "~4.17.15", @@ -92,14 +91,15 @@ "concat-files": "^0.1.1", "d3": "~6.6.0", "editor-layer-index": "github:osmlab/editor-layer-index#gh-pages", + "esbuild": "^0.13.10", "eslint": "^7.1.0", "gaze": "^1.1.3", "glob": "^7.1.0", "happen": "^0.3.1", "js-yaml": "^4.0.0", "json-stringify-pretty-compact": "^3.0.0", - "mapillary_sprite_source": "^1.8.0", "mapillary-js": "4.0.0", + "mapillary_sprite_source": "^1.8.0", "minimist": "^1.2.3", "mocha": "^7.0.1", "mocha-phantomjs-core": "^2.1.0",