mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
There were some notable bug fixes between those versions. We are still far behind the current version (1.3.0). For the node stuff, I used npm update. Then for static/third/handlebars/handlebars.runtime.js, I copied the node version then added back the copyright. (imported from commit 59bcd2c52540ff88bba2f90cced809cfcb8cd92b)
18 lines
628 B
XML
18 lines
628 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>handlebars.js</id>
|
|
<version>1.0.0-rc.4</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>
|