summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-06-15 15:35:32 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-06-26 17:20:46 -0700
commitec05ee41d10b82751ed2cd6bab7f00a0d6778b9a (patch)
treeb7f39b124937ab8829109821a01bde146f541682 /package.json
parent3a1c7f3b9967cd6adf2ed6990b424d729e402d2c (diff)
downloadqtlocation-mapboxgl-ec05ee41d10b82751ed2cd6bab7f00a0d6778b9a.tar.gz
[node] Drop node 4.x support
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",