Skip to content

Commit

Permalink
Finish 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Aug 6, 2017
2 parents 666d2f7 + 34e6703 commit 1568bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/gconf.js
Expand Up @@ -57,9 +57,9 @@ class GConf{

get default(){
return{
get: this.request.bind(this, this.meta.default_domain),
request: this.request.bind(this, this.meta.default_domain),
requestMany: this.requestMany.bind(this, this.meta.default_domain)
get: this.request.bind(this, this.default_domain),
request: this.request.bind(this, this.default_domain),
requestMany: this.requestMany.bind(this, this.default_domain)
};
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gconf",
"version": "0.4.5",
"version": "0.4.6",
"description": "Global and dynamic config provider",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1568bee

Please sign in to comment.