Skip to content

Commit

Permalink
update requiements in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Karres committed Nov 11, 2018
1 parent 998de9d commit 1b419e0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"email": "[email protected]",
"url": "https://jankarres.com/"
},
"contributors": [{
"name": "Elias Porcio",
"email": "[email protected]"
}],
"contributors": [
{
"name": "Elias Porcio",
"email": "[email protected]"
}
],
"keywords": [
"mp3",
"wav",
Expand All @@ -30,7 +32,7 @@
],
"license": "MIT",
"engines": {
"node": ">=8.11"
"node": ">=10.13"
},
"scripts": {
"build": "tsc",
Expand All @@ -56,4 +58,4 @@
"ts-node": "^2.1.0",
"typescript": "^2.2.1"
}
}
}

0 comments on commit 1b419e0

Please sign in to comment.