We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ec07d + e3a3be0 commit 623a012Copy full SHA for 623a012
src/Feliz.ReactSpeedometer/Feliz.ReactSpeedometer.fsproj
@@ -8,6 +8,7 @@
8
<Company>Compositional IT</Company>
9
<PackageProjectUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</PackageProjectUrl>
10
<RepositoryUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</RepositoryUrl>
11
+ <PackageReadmeFile>README.md</PackageReadmeFile>
12
</PropertyGroup>
13
<ItemGroup>
14
<None Include="..\..\CIT-logo.png">
@@ -19,6 +20,7 @@
19
20
</ItemGroup>
21
22
<Content Include="*.fsproj; **\*.fs; *.js" PackagePath="fable\" />
23
+ <None Include="..\..\README.md" Pack="true" PackagePath=""/>
24
25
<PropertyGroup>
26
<NpmDependencies>
0 commit comments