Skip to content

Commit

Permalink
AU: 1 updated - yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 14, 2019
1 parent 12a247d commit a264705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/yo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png" width="48" height="48"/> [yo](https://chocolatey.org/packages/yo)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png" width="48" height="48"/> [yo](https://chocolatey.org/packages/yo)


Yeoman is a generic scaffolding system allowing the creation of any kind of app.
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '2.0.5'
$version = '2.0.6'

npm install -g yo@$version
4 changes: 2 additions & 2 deletions automatic/yo/yo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>2.0.5</version>
<version>2.0.6</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
Expand All @@ -30,7 +30,7 @@ Yeoman is always the right choice for your scaffolding needs.
<licenseUrl>https://opensource.org/licenses/bsd-license.php/</licenseUrl>
<copyright>© Google</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png</iconUrl>
<releaseNotes>https://github.com/yeoman/yo/releases</releaseNotes>
<dependencies>
<dependency id="nodejs" version="0.12.0" />
Expand Down

0 comments on commit a264705

Please sign in to comment.