This commit is contained in:
Jordi Baylina
2017-02-10 08:39:43 +01:00
parent 3a7b72a50b
commit 22c3b57598
2 changed files with 1 additions and 2 deletions

1
dist/minimetoken.js vendored
View File

@@ -269,7 +269,6 @@ var MiniMeToken = function () {
params.parentToken = params.parentToken || 0;
params.parentSnapShotBlock = params.parentSnapShotBlock || 0;
params.transfersEnabled = typeof params.transfersEnabled === "undefined" ? true : params.transfersEnabled;
_async2.default.series([function (cb1) {
params.abi = _MiniMeTokenSol.MiniMeTokenFactoryAbi;
params.byteCode = _MiniMeTokenSol.MiniMeTokenFactoryByteCode;

View File

@@ -1,6 +1,6 @@
{
"name": "minimetoken",
"version": "0.1.1",
"version": "0.1.2",
"description": "MiniMe contract",
"main": "js/minimetoken.js",
"directories": {