update jsinterop NPM package ID for 5.0 (dotnet/extensions#2634)
\n\nCommit migrated from 41c727faa6
This commit is contained in:
parent
459d8eb007
commit
3f6d4d569b
|
|
@ -2,7 +2,7 @@
|
||||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))\Directory.Build.props" />
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))\Directory.Build.props" />
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>@dotnet/jsinterop</PackageId>
|
<PackageId>@microsoft/dotnet-js-interop</PackageId>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<IsTestProject>false</IsTestProject>
|
<IsTestProject>false</IsTestProject>
|
||||||
<IsShipping>true</IsShipping>
|
<IsShipping>true</IsShipping>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@dotnet/jsinterop",
|
"name": "@microsoft/dotnet-js-interop",
|
||||||
"version": "3.0.0-dev",
|
"version": "5.0.0-dev",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@dotnet/jsinterop",
|
"name": "@microsoft/dotnet-js-interop",
|
||||||
"version": "3.0.0-dev",
|
"version": "5.0.0-dev",
|
||||||
"description": "Provides abstractions and features for interop between .NET and JavaScript code.",
|
"description": "Provides abstractions and features for interop between .NET and JavaScript code.",
|
||||||
"main": "dist/Microsoft.JSInterop.js",
|
"main": "dist/Microsoft.JSInterop.js",
|
||||||
"types": "dist/Microsoft.JSInterop.d.js",
|
"types": "dist/Microsoft.JSInterop.d.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue