diff --git a/package.json b/package.json index 51fce3e..65c4074 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,10 @@ { "name": "pterostats", - "version": "v1.3.0", + "version": "v1.4.0", "description": "PteroStats is a bot designed to check Panel, Nodes, and Databases status and post it to your discord server", "license": "Apache-2.0", "repository": "HirziDevs/PteroStats", "homepage": "https://pterostats.hirzidevs.net", - "author": { - "email": "hirzigamingyt@gmail.com", - "name": "Hirzi", - "url": "https://pterostats.hirzidevs.net" - }, "bugs": { "email": "hirzigamingyt@gmail.com", "url": "https://github.com/HirziDevs/PteroStats" @@ -25,6 +20,6 @@ "quick.db": "^7.1.3" }, "engines": { - "node": "14.x" + "node": "^12.x" } }