From e3fa89ea97d70c3ad5d6aaf0bba9dcf302f96d57 Mon Sep 17 00:00:00 2001 From: "Barrett K. Harber" Date: Thu, 23 Mar 2017 10:16:44 -0400 Subject: [PATCH] Add engines field to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 77d9b68..acbccbe 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.1.0", "description": "Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively", "main": "index.js", + "engines": { + "node": ">=6" + }, "scripts": { "test": "NODE_ENV=test mocha -R spec" },