diff --git a/package.json b/package.json index ef2aa48..218f2f9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@mtlsz/common", - "version": "1.0.3", + "version": "1.0.4", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", "scripts": { "build": "tsc", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "publish": "npm publish --registry http://registry.trweb.hu" }, "repository": { "type": "git", diff --git a/src/interfaces/player.ts b/src/interfaces/player.ts index 05b5e2e..452a423 100644 --- a/src/interfaces/player.ts +++ b/src/interfaces/player.ts @@ -7,7 +7,7 @@ export interface Player { lastName: string; gender: string; birthDate: string; - birthPlace: string; + birthPlace: string | null; officialId?: number; club: Club; email?: string;