Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chiralium committed May 13, 2022
1 parent da79b51 commit 825d55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 825d55c

Please sign in to comment.