forked from handlebars-lang/handlebars.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request handlebars-lang#505 from MikeMayer/master
Include a .nuspec package file to include handlebars.js on NuGet
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |