From a894dfd13355a960ce445487ca48670ff2352393 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Sat, 12 Oct 2024 01:47:39 -0400 Subject: [PATCH] Change the package name to (almost) the codename (botvXI) for the next version (it most likely will not stay as owobot) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7254443..7aef399 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "owobot", + "name": "botv11", "version": "11.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "owobot", + "name": "botv11", "version": "11.0.0-alpha.2", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a7d8808..9a4e2d5 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "minecraft-protocol": "^1.45.0", "prismarine-chat": "^1.10.0" }, - "name": "owobot", + "name": "botv11", "version": "11.0.0-alpha.2", "main": "index.js", "scripts": {