From c35581e275808a0d627511c2b0d8712c0105a7b7 Mon Sep 17 00:00:00 2001 From: webmech Date: Tue, 23 Oct 2018 14:20:49 -0400 Subject: [PATCH] build(package.json): add target node engine --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ef73cfe..849354d 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,8 @@ "mocha": "^5.2.0" }, "author": "Mike P.", - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } }