From e8ed893457c24e52f05ae891a56c8951ac20f99c Mon Sep 17 00:00:00 2001 From: haad Date: Sat, 26 Dec 2015 20:30:49 +0200 Subject: [PATCH] Add Node.js version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a72f360..4964123 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ }, "author": "Haad", "license": "ISC", + "engines" : { + "node" : "^4.x.x" + }, "dependencies": { "asyncawait": "^1.0.1", "bluebird": "^3.1.1",