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