Fix urls of @microsoft/dotnet-js-interop package (#23239)

This commit is contained in:
Ivan Zub 2020-06-23 01:42:21 +02:00 committed by GitHub
parent 94941438d3
commit 93e9e1f9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@
"author": "Microsoft",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dotnet/extensions/issues"
"url": "https://github.com/dotnet/aspnetcore/issues"
},
"homepage": "https://github.com/dotnet/extensions/tree/master/src/JSInterop#readme",
"homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/JSInterop",
"files": [
"dist/**"
],