update to 2.0.1

This commit is contained in:
Iuri Matias 2016-10-19 07:24:53 -04:00
parent 0f3395b378
commit d6655004ff
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.0.0",
"embark": "^2.0.1",
"mocha": "^2.2.5"
}
}

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.0.0",
"embark": "^2.0.1",
"mocha": "^2.2.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "2.0.0",
"version": "2.0.1",
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"