From ce76edf8a5860e14c2e081f33323aeaaee2278f7 Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Tue, 18 Mar 2014 12:57:04 -0400 Subject: [PATCH] add `engines` property to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61273e26a..1ee9479f3 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,8 @@ "commander": "~2.1.0", "browser-pack": "~2.0.1" }, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=0.10" + } }