From 1e23ecdd31516b78b618b96a33f903c6159083d2 Mon Sep 17 00:00:00 2001 From: Eric Mendes Dantas Date: Thu, 28 Jul 2016 07:45:09 -0300 Subject: [PATCH] fix tests, #175 --- app/templates/_package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index 52a80aba..3d5b585e 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -107,7 +107,8 @@ "istanbul": "^0.4.4", "concurrently": "^2.0.0" }, - <% if (client === "aurelia1") {"jspm": { %> + <% if (client === "aurelia1") { %> + "jspm": { "configFile": "jspm.config.js", "dependencies": { "aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-rc.1.0.1", @@ -118,7 +119,8 @@ "babel-runtime": "npm:babel-runtime@^5.8.24", "core-js": "npm:core-js@^1.1.4" } - <% }, %> + }, + <% } %> "repository": { "type": "git", "url": "https://<%= repoHostUrl %>/<%= userNameSpace %>/<%= app %>.git"