Update repo links for SignalR TS client in package.json after move (#4425)

This commit is contained in:
Christian Liebel 2019-01-25 22:53:30 +01:00 committed by BrennanConroy
parent 592f20b84e
commit 07926f0677
1 changed files with 3 additions and 3 deletions

View File

@ -23,14 +23,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/aspnet/SignalR.git" "url": "git+https://github.com/aspnet/AspNetCore.git"
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/aspnet/SignalR/issues" "url": "https://github.com/aspnet/AspNetCore/issues"
}, },
"homepage": "https://github.com/aspnet/SignalR#readme", "homepage": "https://github.com/aspnet/AspNetCore/tree/master/src/SignalR#readme",
"files": [ "files": [
"dist/**/*", "dist/**/*",
"src/**/*" "src/**/*"