Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit e4ce4ef

Browse files
author
Simon Stone
authored
Merge pull request #426 from dselman/master
Updated Yeoman templates to v0.5.0
2 parents 685174d + fd4ecec commit e4ce4ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/generator-fabric-composer/generators/angular/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^2.4.0",
2222
"@angular/platform-browser-dynamic": "^2.4.0",
2323
"@angular/router": "^3.4.0",
24-
"composer-client": "^0.4.1",
24+
"composer-client": "^0.5.0",
2525
"bootstrap": "^3.3.7",
2626
"concurrently": "^3.1.0",
2727
"config": "^1.21.0",

packages/generator-fabric-composer/generators/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "Apache2",
2222
"dependencies": {
2323
"<%= npmNetworkDependancy %>": "0.0.21",
24-
"composer-client": "^0.4.1",
24+
"composer-client": "^0.5.0",
2525
"config": "^1.21.0",
2626
"shelljs": "^0.7.5",
2727
"winston": "^2.2.0",

packages/generator-fabric-composer/generators/cli/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "Apache2",
2222
"dependencies": {
2323
"<%= npmNetworkDependancy %>": "0.0.1",
24-
"composer-client": "^0.4.4",
24+
"composer-client": "^0.5.0",
2525
"config": "^1.21.0",
2626
"shelljs": "^0.7.5",
2727
"winston": "^2.2.0",

0 commit comments

Comments
 (0)