From 6ea4be27864460d9308cd3137cf22bfcfbd5ae3a Mon Sep 17 00:00:00 2001 From: dflynn15 Date: Tue, 6 Dec 2016 12:07:57 -0500 Subject: [PATCH] :turtle: feat: Version Node engine in package.json - Enforces Node version due to use of `let`, `const`, and `Promise` according to http://node.green/ --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d62909a..0998e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scss-splinter", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.js", "scripts": { @@ -18,5 +18,8 @@ "url": "git@github.com:sparkbox/splinter.git", "type": "git" }, - "author": "Adam Simpson " + "author": "Adam Simpson ", + "engine": { + "node": ">=4.3.2" + } }