Change the package name to (almost) the codename (botvXI) for the next version (it most likely will not stay as owobot)

This commit is contained in:
7cc5c4f330d47060 2024-10-12 01:47:39 -04:00
parent d79167b3f9
commit a894dfd133
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "owobot", "name": "botv11",
"version": "11.0.0-alpha.2", "version": "11.0.0-alpha.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "owobot", "name": "botv11",
"version": "11.0.0-alpha.2", "version": "11.0.0-alpha.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -3,7 +3,7 @@
"minecraft-protocol": "^1.45.0", "minecraft-protocol": "^1.45.0",
"prismarine-chat": "^1.10.0" "prismarine-chat": "^1.10.0"
}, },
"name": "owobot", "name": "botv11",
"version": "11.0.0-alpha.2", "version": "11.0.0-alpha.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {