Skip to content

Commit f618775

Browse files
committed
(GH-9) Update iconUrl to recommendation
1 parent ff068cc commit f618775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuspec/nuget/Cake.Webpack.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<owners>Phil Oyston, cake-contrib</owners>
88
<licenseUrl>https://github.com/cake-contrib/Cake.Webpack/blob/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/cake-contrib/Cake.Webpack</projectUrl>
10-
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
10+
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<summary>Adds Webpack helpers for Cake</summary>
1313
<description>Aliases to assist with running Webpack from Cake build scripts</description>
@@ -18,4 +18,4 @@
1818
<file src="Cake.Webpack.dll" target="lib\net46" />
1919
<file src="Cake.Webpack.pdb" target="lib\net46" />
2020
</files>
21-
</package>
21+
</package>

0 commit comments

Comments
 (0)