export SkinPart enum
All checks were successful
Publish Package / build (push) Successful in 18s

This commit is contained in:
Lee 2024-04-16 23:10:51 +01:00
parent 14e1649be0
commit bf65923c00
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{ {
"name": "mcutils-library", "name": "mcutils-library",
"version": "1.1.3", "version": "1.1.4",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

@ -48,7 +48,7 @@ type Skin = {
parts: Record<SkinPart, string>; parts: Record<SkinPart, string>;
}; };
enum SkinPart { export enum SkinPart {
HEAD = "head", HEAD = "head",
FACE = "face", FACE = "face",
BODY = "body", BODY = "body",