Skip to content

Commit

Permalink
fix tests, #175
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmdantas committed Jul 28, 2016
1 parent 68ee0b5 commit 1e23ecd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 1e23ecd

Please sign in to comment.