From 701d4894835faa1c77846d1ab5ffc8c8bfcccc1a Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 7 Apr 2017 10:03:25 -0400 Subject: [PATCH] build: add package engines --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9bddd60..c9b49ee 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "LICENSE", "index.js" ], + "engines": { + "node": ">= 0.8" + }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",