Skip to content

Commit

Permalink
Added nuget configuration for React Components
Browse files Browse the repository at this point in the history
  • Loading branch information
neexite committed Sep 11, 2017
1 parent 48eacd4 commit daa87af
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Package.ConsoleComponents.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>C1CMS.ConsoleComponents</id>
<title>C1 CMS Console Components</title>
<version>$version$</version>
<authors>Orckestra A/S</authors>
<owners>Orckestra A/S</owners>
<licenseUrl>https://c1.orckestra.com/MPL11</licenseUrl>
<projectUrl>https://github.com/Orckestra/C1-CMS-Foundation</projectUrl>
<!--iconUrl></iconUrl-->
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Contains React components distributed with C1 CMS.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>C1CMS cms</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="Website\Composite\console\**\*.*" target="Composite\console" />
<file src="Website\jspm.config.js" target="Composite" />
<file src="Website\package.json" target="Composite" />
</files>
</package>

1 comment on commit daa87af

@burningice2866
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this should be published as a NPM or Bower package !? NuGet seems like a strange choice for publishing non-.Net libraries.

Please sign in to comment.