From 1b419e00097f167f08993349f24dea3e337eb537 Mon Sep 17 00:00:00 2001 From: Jan Karres Date: Sun, 11 Nov 2018 13:21:20 +0100 Subject: [PATCH] update requiements in package.json --- package.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 26b199f..8843b77 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,12 @@ "email": "mail@jankarres.com", "url": "https://jankarres.com/" }, - "contributors": [{ - "name": "Elias Porcio", - "email": "elias.porcio@gmail.com" - }], + "contributors": [ + { + "name": "Elias Porcio", + "email": "elias.porcio@gmail.com" + } + ], "keywords": [ "mp3", "wav", @@ -30,7 +32,7 @@ ], "license": "MIT", "engines": { - "node": ">=8.11" + "node": ">=10.13" }, "scripts": { "build": "tsc", @@ -56,4 +58,4 @@ "ts-node": "^2.1.0", "typescript": "^2.2.1" } -} \ No newline at end of file +}