Update minimum supported node.js version to 8.x (#83)

Fixes failing test case on node.js version 6
This commit is contained in:
Abijeet Patro
2020-02-04 03:53:37 +05:30
committed by GitHub
parent 6ca9f5288b
commit c57a3a28ad

View File

@@ -32,7 +32,7 @@
"url": "http://github.com/wikimedia/language-data/issues"
},
"engine": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"license": "GPL-2.0-or-later",
"scripts": {