icon url fix

This commit is contained in:
Tommy Parnell
2016-12-31 22:24:24 -05:00
parent 6cf86c2a7e
commit d564cebf00

View File

@@ -1,12 +1,12 @@
{
"version": "1.0.0-beta-2",
"version": "1.0.0-beta-2-final",
"description": ".Net core Middleware, Add various headers to help secure your site",
"authors": [ "Tommy Parnell" ],
"packOptions": {
"tags": [ "xss", "clickjack", "clickjacking", "security", ".net core", "Middleware", "core" ],
"projectUrl": "https://github.com/TerribleDev/HardHat",
"licenseUrl": "https://opensource.org/licenses/MIT",
"iconUrl": "https://github.com/TerribleDev/HardHat/blob/master/Hat.png"
"iconUrl": "https://media.githubusercontent.com/media/TerribleDev/HardHat/master/Hat.png"
},
"dependencies": {
"NETStandard.Library": "1.6.0",