From 24f69bb16fac16570f76bdff0290c8a5e88ab9fa Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 22 Jul 2015 08:38:50 -0400 Subject: [PATCH] point package json to develop repos --- boilerplate/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index e6ba2a3ba..f86c6f73c 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,8 +10,8 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.6.1", - "grunt-embark": "0.1.0", + "embark-framework": "git://github.com/iurimatias/embark-framework#develop", + "grunt-embark": "git://github.com/embark-framework/grunt-embark", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",