Skip to content

Commit 94a4b8a

Browse files
committed
rebrand
1 parent 2f017c3 commit 94a4b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "openeaglerrelay",
2+
"name": "eaglerrelayjs",
33
"version": "0.1.0",
44
"description": "Eaglercraft relay server implementation in typescript",
5-
"repository": "github:WebMCDevelopment/OpenEaglerRelay",
5+
"repository": "github:WebMCDevelopment/EaglerRelayJS",
66
"type": "module",
77
"main": "dist/index.js",
88
"scripts": {

src/utils/RelayVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export class RelayVersion {
2-
public static readonly NAME = 'OpenEaglerRelay';
2+
public static readonly NAME = 'EaglerRelayJS';
33
public static readonly VERSION = '0.1.0';
44
public static readonly BRAND = 'colbster';
55
public static readonly PROTOCOL = 1;

0 commit comments

Comments
 (0)