Skip to content

Commit

Permalink
Merge pull request #8 from CompositionalIT/add-readme-to-package
Browse files Browse the repository at this point in the history
Add references to readme in proj file
  • Loading branch information
jwthomson authored Mar 22, 2024
2 parents d1ec07d + e3a3be0 commit 623a012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Feliz.ReactSpeedometer/Feliz.ReactSpeedometer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Company>Compositional IT</Company>
<PackageProjectUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</PackageProjectUrl>
<RepositoryUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\CIT-logo.png">
Expand All @@ -19,6 +20,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; *.js" PackagePath="fable\" />
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
</ItemGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down

0 comments on commit 623a012

Please sign in to comment.