From ff2c27de57ee482674a78f2b5bc5000f85e73523 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 3 Jan 2018 19:44:10 +0200 Subject: [PATCH] fix(package): add engines field --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b70eb6e8e4..944dfbc7f7 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Check for outdated packages", "main": "lib/index.js", "typings": "lib/index.d.ts", + "engines": { + "node": ">=4" + }, "files": [ "lib" ],