Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
> modified: es6/zil/index.js
Browse files Browse the repository at this point in the history
>	modified:   lib/zil/index.js
>	modified:   package.json
  • Loading branch information
CapCap_ghostcorn authored and CapCap_ghostcorn committed Aug 28, 2018
1 parent a3cab54 commit a5f17af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion es6/zil/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const mapPropertyToObjects = (main) => {
enumerable: true
}
const newZilObject = {}
newZilObject[asyncGetterName(zilName)] = main.propertyBuilder()
newZilObject[asyncGetterName(zilName)] = zilProperty.propertyBuilder()
Object.assign(main, newZilObject)
return Object.defineProperty(main, zilName, zilObject)
})
Expand Down
2 changes: 1 addition & 1 deletion lib/zil/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var mapPropertyToObjects = function mapPropertyToObjects(main) {
enumerable: true
};
var newZilObject = {};
newZilObject[asyncGetterName(zilName)] = main.propertyBuilder();
newZilObject[asyncGetterName(zilName)] = zilProperty.propertyBuilder();
(0, _assign2.default)(main, newZilObject);
return (0, _defineProperty2.default)(main, zilName, zilObject);
});
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": "webz.js",
"version": "0.0.22",
"version": "0.0.24",
"description": "Zilliqa Javascript Libraries",
"main": "lib/index.js",
"browser": "dist/Webz.browser.js",
Expand Down

0 comments on commit a5f17af

Please sign in to comment.