From 825d55c115979da0eee261d659e1b81f4196c70a Mon Sep 17 00:00:00 2001 From: elexpr Date: Fri, 13 May 2022 19:35:03 +0300 Subject: [PATCH] fix: README.md --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aa42d0..b21acff 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ export interface IDarkStore { coordinates: string[]; } -export class DarkStore extends SerializeModel{ +export class DarkStore extends SerializeModel { public id: string; public netName: string; public name: string; diff --git a/package.json b/package.json index 577e93c..8ea1749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elexpr/serializejs", - "version": "1.0.3", + "version": "1.0.4", "description": "Serialize JSON-response to class instance objects", "main": "serialize.js", "scripts": {