Use ES6 destructuring (not available in node v4)

This commit is contained in:
Tankred Hase
2017-01-21 11:51:33 +00:00
parent 2fcedd9f09
commit a47a0162a6
5 changed files with 29 additions and 39 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://github.com/mailvelope/keyserver.git"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"start": ": ${NODE_ENV=development} && node index.js",