Skip to content

Commit

Permalink
hopefully make package.json not appear in content files (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtrounson authored Jan 19, 2024
1 parent d5527c5 commit a4176bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BlazorLeafletInterop/BlazorLeafletInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit a4176bb

Please sign in to comment.