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"