From 89fab44a05e994a13b7dcc7b213709cc5fd3136e Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Thu, 4 Jan 2018 11:06:10 -0600 Subject: [PATCH] Set the node version in package.json Testing against 0.10 and 0.12 was dropped in e8dbe6c8a7ffd88863ec8db3d6bfa51976be8c38 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ca443a251..d04b3fed4 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "type": "git", "url": "http://github.com/browserify/browserify.git" }, + "engines": { + "node": ">= 4.0" + }, "keywords": [ "browser", "require",