From a82c1a94ca359fcf9eaeff5cb00efc051d1f0797 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 16 Oct 2023 11:26:25 +0200 Subject: [PATCH] chore(package): add `engines.node` field --- package-lock.json | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index ce24ea7..f4ed668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,9 @@ "sinon": "^15.0.1", "sinon-chai": "^3.7.0", "webpack": "^5.75.0" + }, + "engines": { + "node": "*" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 211fd50..7105ca5 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "compile-config": "node tasks/compile-config.js", "prepublish": "npm run compile-config" }, + "engines": { + "node": "*" + }, "keywords": [ "bpmnlint", "camunda"