Update repo links for SignalR TS client in package.json after move (#4425)
This commit is contained in:
parent
592f20b84e
commit
07926f0677
|
|
@ -23,14 +23,14 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/aspnet/SignalR.git"
|
||||
"url": "git+https://github.com/aspnet/AspNetCore.git"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
"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": [
|
||||
"dist/**/*",
|
||||
"src/**/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue