update to 1.0.0
This commit is contained in:
parent
75da137549
commit
5cf4529113
|
@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) {
|
||||||
}
|
}
|
||||||
|
|
||||||
program
|
program
|
||||||
.version('1.0.0-beta.1');
|
.version('1.0.0');
|
||||||
|
|
||||||
program.command('new [name]').description('New application').action(function(name) {
|
program.command('new [name]').description('New application').action(function(name) {
|
||||||
if (name === undefined) {
|
if (name === undefined) {
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark-framework": "1.0.0-beta.1",
|
"embark-framework": "^1.0.0",
|
||||||
"grunt-embark": "0.5.0",
|
"grunt-embark": "^0.5.1",
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-coffee": "^0.13.0",
|
"grunt-contrib-coffee": "^0.13.0",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^0.5.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-framework",
|
"name": "embark-framework",
|
||||||
"version": "1.0.0-beta.1",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"toposort": "^0.2.10",
|
"toposort": "^0.2.10",
|
||||||
"web3": "^0.8.1",
|
"web3": "^0.8.1",
|
||||||
"wrench": "^1.5.8",
|
"wrench": "^1.5.8",
|
||||||
"ethersim": "/Users/iurimatias/Projects/projects/EtherSim"
|
"ethersim": "^0.1.0"
|
||||||
},
|
},
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
|
|
Loading…
Reference in New Issue