From 41d71f1523a86381c0ea01fc748fc8b9e40e599a Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 12 May 2025 11:36:25 +0200 Subject: [PATCH] CHORE: fix dupplication of devdependencies introduced by git --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index 3cb0187..6b7d7ef 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,4 @@ "eslint": "^9.26.0", "globals": "^16.1.0" } - "devDependencies": { - "@eslint/css": "^0.7.0", - "@eslint/js": "^9.26.0", - "@eslint/json": "^0.12.0", - "eslint": "^9.26.0", - "globals": "^16.1.0" - } } \ No newline at end of file