From b6a0ee2542e6928d4f17cdb0edd5297287b3bedc Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 29 May 2016 20:58:50 -0400 Subject: [PATCH] point boilerplate to repo --- boilerplate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index 73b3011e..af36972e 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "/Users/iurimatias/Projects/embark-framework", + "embark-framework": "https://github.com/iurimatias/embark-framework.git", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",