From 92d37fd60a0977b32ca8453c4b05016f5cb76ba0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 14 Jul 2015 20:12:26 -0400 Subject: [PATCH] update embark and grunt plugin versions --- boilerplate/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index 79f289bd2..f478b14f1 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,8 +10,8 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "/Users/iurimatias/Projects/embark-framework", - "grunt-embark": "/Users/iurimatias/Projects/grunt-embark", + "embark-framework": "^0.6.0", + "grunt-embark": "0.1.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",