update version

This commit is contained in:
Iuri Matias 2016-10-02 19:23:18 -04:00
parent 58c0244a43
commit 0c54b9aa69
3 changed files with 3 additions and 19 deletions

1
boilerplate/chain.json Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -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;

View File

@ -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"