From: Nicolas Coden Date: Wed, 7 Dec 2016 10:02:13 +0000 (+0100) Subject: Add node & npm supported versions in package.json X-Git-Tag: v6.3.0-rc2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9465%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add node & npm supported versions in package.json Minimum supported node version: `4.0` See: https://github.com/zurb/foundation-sites/pull/9335 Related NPM version: `2.14.2` See: https://nodejs.org/en/blog/release/v4.0.0/ --- diff --git a/package.json b/package.json index 32fde7d03..361ed6dcb 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,10 @@ "vinyl-source-stream": "^1.1.0", "yargs": "^4.2.0" }, + "engines": { + "node": ">=4.0", + "npm": ">=2.14.2" + }, "repository": { "type": "git", "url": "https://github.com/zurb/foundation-sites"