diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-15 15:35:32 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-26 17:20:46 -0700 |
commit | ec05ee41d10b82751ed2cd6bab7f00a0d6778b9a (patch) | |
tree | b7f39b124937ab8829109821a01bde146f541682 /package.json | |
parent | 3a1c7f3b9967cd6adf2ed6990b424d729e402d2c (diff) | |
download | qtlocation-mapboxgl-ec05ee41d10b82751ed2cd6bab7f00a0d6778b9a.tar.gz |
[node] Drop node 4.x support
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 196ace512b..33744376d1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "tape": "^4.5.1" }, "engines": { - "node": ">=4.2.1" + "node": ">=6" }, "scripts": { "preinstall": "npm install node-pre-gyp", |