From 66184ed645b9a6fa7dd9d122d226815d0b8441c8 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Fri, 29 Jan 2016 11:51:34 -0800 Subject: [PATCH] Added engines tag to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index eebd2f5ac0..c8c9797d4a 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,8 @@ }, "scripts": { "test": "TESTING=1 jasmine" + }, + "engines": { + "node": ">=4.1" } }