Fix urls of @microsoft/dotnet-js-interop package (#23239)
This commit is contained in:
parent
94941438d3
commit
93e9e1f9e1
|
|
@ -18,9 +18,9 @@
|
||||||
"author": "Microsoft",
|
"author": "Microsoft",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"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": [
|
"files": [
|
||||||
"dist/**"
|
"dist/**"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue