rename package name to embark, update to 2.0.0

This commit is contained in:
Iuri Matias 2016-10-18 05:48:47 -04:00
parent 5fce468cf5
commit e3d05af129
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"embark-framework": "iurimatias/embark-framework#embark2", "embark": "^2.0.0",
"mocha": "^2.2.5" "mocha": "^2.2.5"
} }
} }

View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"embark-framework": "iurimatias/embark-framework#embark2", "embark": "^2.0.0",
"mocha": "^2.2.5" "mocha": "^2.2.5"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "embark-framework", "name": "embark",
"version": "2.0.0", "version": "2.0.0",
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": { "scripts": {