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",