From 2b0b83533b3e417694e413186a430e43aba5a6b6 Mon Sep 17 00:00:00 2001 From: Stephan Besser Date: Thu, 5 Dec 2024 22:56:51 +0100 Subject: [PATCH] #build-patch: build --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b25fe71..7f0790c 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,7 @@ "lint": "eslint -c .eslintrc.js .", "run-security-audit": "npm audit --omit=dev", "format": "prettier --plugin-search-dir . --write .", - "update-packages": "ncu --target minor --upgrade --reject jsts && npm install && npm audit fix", - "bump-version": "bump -c 'version bump to ' -tp" + "update-packages": "ncu --target minor --upgrade --reject jsts && npm install && npm audit fix" }, "dependencies": { "@mapbox/geojson-rewind": "^0.5.2",