Skip to content

Commit

Permalink
Actually removed package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtrounson committed Jan 19, 2024
1 parent a4176bb commit 7c01eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlazorLeafletInterop/BlazorLeafletInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</ItemGroup>

<ItemGroup>
<None Remove="package.json"/>
<None Remove="package-lock.json"/>
<Content Remove="package.json" />
<Content Remove="package-lock.json" />
<None Include="wwwroot\**" Pack="true" PackagePath="staticwebassets\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit 7c01eb2

Please sign in to comment.