diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index d5e8693..88d817b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "serverstatuspoller", - "version": "1.0.0", + "name": "vaportrail-statuspoller", + "version": "1.2.1", "description": "A simple NodeJS server status poller coded in TypeScript.", "main": "index.js", "scripts": { "start": "cd ./build && node ./index.js", "build": "tsc -p tsconfig.json" }, - "author": "", + "author": "Equestria.dev", "license": "MIT", "dependencies": { "express": "^4.18.1", |