diff --git a/README.md b/README.md index f45621b..5b8b4ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# 1800queue +# 1800queue alt + +This version does not run continuously, and requires each tourney to be started with a command ## Prerequirements diff --git a/package-lock.json b/package-lock.json index e8fa468..145a713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "1800queue", + "name": "1800queue-alt", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "1800queue", + "name": "1800queue-alt", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 92b4c82..8607a3f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "1800queue", + "name": "1800queue-alt", "version": "1.0.0", "description": "", "main": "dist/index.js",