Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.7' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Nov 12, 2017
2 parents 18b5c97 + 991433b commit 0dd219c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gconf.js
Expand Up @@ -57,7 +57,7 @@ class GConf{

get default(){
return{
get: this.request.bind(this, this.default_domain),
get: this.get.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.6",
"version": "0.4.7",
"description": "Global and dynamic config provider",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0dd219c

Please sign in to comment.