From 6a529ff6b6f0551c377aee5bd49f1655725a8b46 Mon Sep 17 00:00:00 2001 From: Henri Kontio Date: Tue, 29 Aug 2017 18:10:25 +0300 Subject: [PATCH] Add minimum node version to engines --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d341880..275593d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ }, "description": "Detect modules with circular dependencies when bundling with webpack.", "version": "4.2.0", + "engines": { + "node": ">=6.0.0" + }, "dependencies": {}, "scripts": { "test": "jest"