From 65192a7698401148a036474732ed87ef02acb935 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 3 Sep 2014 04:22:11 -0400 Subject: [PATCH] feature(package) add engine --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9db9f252..486bf254 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,9 @@ "gulp-recess": "~1.0.0", "should": "~4.0.x" }, + "engines": { + "node": ">=0.6.x" + }, "license": "MIT", "main": "cloudcmd.js" }