From 7112be811681264db541b89fa94523d940d95525 Mon Sep 17 00:00:00 2001 From: Dominik Broj Date: Fri, 16 Aug 2024 22:25:53 +0200 Subject: [PATCH] remove engine field (#4841) # What this PR does remove engine field so that `yarn install` works on different versions of Node.js ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --- grafana-plugin/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/grafana-plugin/package.json b/grafana-plugin/package.json index 84cbf8e3..73df3a5e 100644 --- a/grafana-plugin/package.json +++ b/grafana-plugin/package.json @@ -126,9 +126,6 @@ "webpack-cli": "^5.1.4", "webpack-livereload-plugin": "^3.0.2" }, - "engines": { - "node": "20.x" - }, "dependencies": { "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^7.0.0",