Skip to content

Commit

Permalink
Merge pull request handlebars-lang#505 from MikeMayer/master
Browse files Browse the repository at this point in the history
Include a .nuspec package file to include handlebars.js on NuGet
  • Loading branch information
kpdecker committed May 10, 2013
2 parents d355d1f + 8a5705a commit a279678
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions handlebars.js.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>handlebars.js</id>
<version>1.0.10</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extension of the Mustache logicless template language</description>
<releaseNotes></releaseNotes>
<tags>handlebars mustache template html</tags>
</metadata>
<files>
<file src="dist\handlebars.js" target="Content\Scripts" />
</files>
</package>

0 comments on commit a279678

Please sign in to comment.