We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f017c3 commit 94a4b8aCopy full SHA for 94a4b8a
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "openeaglerrelay",
+ "name": "eaglerrelayjs",
3
"version": "0.1.0",
4
"description": "Eaglercraft relay server implementation in typescript",
5
- "repository": "github:WebMCDevelopment/OpenEaglerRelay",
+ "repository": "github:WebMCDevelopment/EaglerRelayJS",
6
"type": "module",
7
"main": "dist/index.js",
8
"scripts": {
src/utils/RelayVersion.ts
@@ -1,5 +1,5 @@
export class RelayVersion {
- public static readonly NAME = 'OpenEaglerRelay';
+ public static readonly NAME = 'EaglerRelayJS';
public static readonly VERSION = '0.1.0';
public static readonly BRAND = 'colbster';
public static readonly PROTOCOL = 1;
0 commit comments