Skip to content

Commit

Permalink
Critical bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuys committed Nov 7, 2020
1 parent 34772b7 commit 4b54a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class DnevnikApi {
return new (require('./social'))(this.options);
}

Store() {
return new (require('./Store'))(this.options);
Event() {
return new (require('./Event'))(this.options);
}
}

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": "node-redguy-dnevnik-api",
"version": "1.0.3",
"version": "1.0.3.1",
"description": "Library to use redguy dnevnik api",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 4b54a56

Please sign in to comment.