From aa4b939612a9243e8a6381be95e53f202069b09d Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 29 May 2016 21:16:25 -0400 Subject: [PATCH] point boilerplate to repo develop branch --- boilerplate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index af36972e8..70344a338 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "https://github.com/iurimatias/embark-framework.git", + "embark-framework": "iurimatias/embark-framework#develop", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",