Use ES6 destructuring (not available in node v4)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"url": "https://github.com/mailvelope/keyserver.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"start": ": ${NODE_ENV=development} && node index.js",
|
||||
|
||||
Reference in New Issue
Block a user