diff --git a/boilerplate/package.json b/boilerplate/package.json index 2b274bed3..4a1c66ae8 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "iurimatias/embark-framework#embark2", + "embark": "^2.0.0", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index 2b274bed3..4a1c66ae8 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "iurimatias/embark-framework#embark2", + "embark": "^2.0.0", "mocha": "^2.2.5" } } diff --git a/package.json b/package.json index 032391a73..3e7f3c329 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "embark-framework", + "name": "embark", "version": "2.0.0", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": {