From 9c36b71bf6e529a36a7092ef7535fc9dd37ed115 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 20 Mar 2021 23:13:14 +0000 Subject: [PATCH] finish renaming to bedrock-protocol --- README.md | 4 ++-- package.json | 8 ++++---- test/ecdh_key_exchange.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c7e063..226cbbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -pocket-minecraft-protocol [![NPM version](https://img.shields.io/npm/v/pocket-minecraft-protocol.svg)](http://npmjs.com/package/pocket-minecraft-protocol) [![Join the chat at https://gitter.im/PrismarineJS/pocket-minecraft-protocol](https://badges.gitter.im/PrismarineJS/pocket-minecraft-protocol.svg)](https://gitter.im/PrismarineJS/pocket-minecraft-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +bedrock-protocol [![NPM version](https://img.shields.io/npm/v/bedrock-protocol.svg)](http://npmjs.com/package/bedrock-protocol) [![Join the chat at https://gitter.im/PrismarineJS/bedrock-protocol](https://badges.gitter.im/PrismarineJS/bedrock-protocol.svg)](https://gitter.im/PrismarineJS/bedrock-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ========================= Not ready for prime time yet, check https://github.com/PrismarineJS/bedrock-protocol/projects/1 for progress @@ -15,7 +15,7 @@ Parse and serialize Minecraft: Pocket Edition packets ## Installation Simply run - npm install pocket-minecraft-protocol + npm install bedrock-protocol Then view our `examples` for inspiration! diff --git a/package.json b/package.json index 9202b0b..d7e514d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pocket-minecraft-protocol", + "name": "bedrock-protocol", "version": "3.0.0", "description": "Parse and serialize Minecraft Bedrock Edition packets", "main": "index.js", @@ -49,10 +49,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mhsjlw/pocket-minecraft-protocol.git" + "url": "git+https://github.com/PrismarineJS/bedrock-protocol.git" }, "bugs": { - "url": "https://github.com/mhsjlw/pocket-minecraft-protocol/issues" + "url": "https://github.com/PrismarineJS/bedrock-protocol/issues" }, - "homepage": "https://github.com/mhsjlw/pocket-minecraft-protocol#readme" + "homepage": "https://github.com/PrismarineJS/bedrock-protocol#readme" } diff --git a/test/ecdh_key_exchange.js b/test/ecdh_key_exchange.js index a0e95b7..b49cf74 100644 --- a/test/ecdh_key_exchange.js +++ b/test/ecdh_key_exchange.js @@ -4,7 +4,7 @@ const assert=require("assert"); const bufferEqual=require("buffer-equal"); // based on https://s.yawk.at/VZSf and https://confluence.yawk.at/display/PEPROTOCOL/Encryption -// and https://github.com/mhsjlw/pocket-minecraft-protocol/issues/15 +// and https://github.com/PrismarineJS/bedrock-protocol/issues/15 describe("ecdh key exchange",() => { it("generate the secret",() => {