From d75735c6f2377f1decbcfd171805d3c3489b4926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 14 May 2016 17:22:12 +0200 Subject: [PATCH] fix(package): add supported engines to package specification --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a85b6bb0..82f0420c 100644 --- a/package.json +++ b/package.json @@ -92,5 +92,9 @@ "src/cli", "test" ] + }, + "engineStrict": true, + "engines": { + "node": ">= 0.12" } }