From 6dfa324dcc6503bfce851ed3a31c0f38c9ad9244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Wed, 4 Apr 2018 11:11:34 +0200 Subject: [PATCH] Indicate the supported Node.js version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d0cf9a21..91d80100a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "http://andrew.github.com" }, "engines": { - "node": ">=0.10.0" + "node": "^6.9 || ^8.9 || ^9 || ^10" }, "main": "lib/index.js", "nodeSassConfig": {