From 0c54b9aa69596ad6399955f3b2d2838221633afa Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 2 Oct 2016 19:23:18 -0400 Subject: [PATCH] update version --- boilerplate/chain.json | 1 + js/embark.js | 17 ----------------- package.json | 4 ++-- 3 files changed, 3 insertions(+), 19 deletions(-) create mode 100644 boilerplate/chain.json diff --git a/boilerplate/chain.json b/boilerplate/chain.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/boilerplate/chain.json @@ -0,0 +1 @@ +{} diff --git a/js/embark.js b/js/embark.js index 04237ff8..99015867 100644 --- a/js/embark.js +++ b/js/embark.js @@ -4,23 +4,6 @@ var Promise = require('bluebird'); var EmbarkJS = { }; - -Ipfs = IpfsApi; -//EmbarkJS.Ipfs = Ipfs; - -options = { - abi: {}, - address: {}, - code: "", - options: {}, - web3: {}, - deployPromise: {} -}; - -//result += "\n" + className + "Abi = " + abi + ";"; -//result += "\n" + className + "Contract = web3.eth.contract(" + className + "Abi);"; -//result += "\n" + className + " = " + className + "Contract.at('" + contract.deployedAddress + "');"; - EmbarkJS.Contract = function(options) { var self = this; diff --git a/package.json b/package.json index faf8c72b..891cf6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "embark", - "version": "1.2.0", + "name": "embark-framework", + "version": "2.0.0", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"