From 464888b0448e39e119161276ece21e62ea7e7f36 Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Thu, 1 Jun 2023 08:57:07 -0500 Subject: [PATCH] Adding engines node field in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c7f7e3a..5b773b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "stimulus-clipboard", "version": "3.3.0", + "engines": { + "node": "18" + }, "description": "A Stimulus controller to copy text to clipboard.", "keywords": [ "stimulus",