From d1a5113bfcb11c2356b3dd9f1c4c7695217c399a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Fri, 6 Oct 2017 12:59:02 +0200 Subject: [PATCH] add minimum node engine to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1bf4f3c..15c6de2 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "styles": "postcss -c ./postcss.config.js ./assets/stylesheets/style.css -d ./public/stylesheets", "styles:watch": "npm run styles -- -w" }, + "engines": { + "node": "8.4.0" + }, "dependencies": { "body-parser": "~1.15.2", "contentful": "^4.6.1",