From 21539857c35f61ab93dbb5139adb9965c960fd0f Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 27 Jan 2025 19:46:36 +0100 Subject: [PATCH] build(npm): remove override again, as @mind-elixir/node-menu got updated :-) --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 23eaf116d..63548baa2 100644 --- a/package.json +++ b/package.json @@ -211,10 +211,5 @@ "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-dev-middleware": "7.4.2" - }, - "overrides": { - "@mind-elixir/node-menu": { - "mind-elixir": "$mind-elixir" - } } }