diff options
| author | XhmikosR <[email protected]> | 2017-09-27 16:47:38 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-01 12:01:27 -0700 |
| commit | 44dcc8d719a9f3a45915db1f6136457682d7c628 (patch) | |
| tree | 3ad2cd29ff804fa3d6414b9f1dfb303acf8416bf /package.json | |
| parent | a143f82ccd1113540f98bb43af4be25abbd4c91c (diff) | |
| download | bootstrap-44dcc8d719a9f3a45915db1f6136457682d7c628.tar.xz bootstrap-44dcc8d719a9f3a45915db1f6136457682d7c628.zip | |
Make Node.js 6 the minimum version.
Also, be consistent with Node.js' name.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8f7196851..de3c35934 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "workbox-build": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=6" }, "files": [ ".babelrc", |
