Skip to content

Commit a22f36e

Browse files
remove
1 parent 6ce06a3 commit a22f36e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcutils-js-api",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"module": "dist/index.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/server/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export type ServerMotd = {
1818
clean: string[];
1919
html: string[];
2020
preview: string;
21-
htmlPreview: string;
2221
};
2322

2423
export type ServerPlayerSampleName = {

0 commit comments

Comments
 (0)