resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0
Upstream commit 'd9aa703' is the commit right before the tagging of v1.0.0. The only difference is the version string. Change-Id: Icf7b7abacac583984977183da6f93f5fd02404fa
This commit is contained in:
parent
bfcd2c96be
commit
137bba78ef
2 changed files with 4 additions and 4 deletions
|
|
@ -71,10 +71,10 @@ mustache:
|
|||
type: multi-file
|
||||
files:
|
||||
mustache.js:
|
||||
src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/mustache.js
|
||||
integrity: sha384-P2daDexXWeaWn28b70xr3OnPcWr/HxLvsNeC5OhLFATmDPQ+sNWIC+s8eCh1+F6Q
|
||||
src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/mustache.js
|
||||
integrity: sha384-k2UYqmzoiq/qgIzZvcYBxbXQW4YdPAsXDOTkHTGb9TCZ9sjCkyT4TlaUN0wQRkql
|
||||
LICENSE:
|
||||
src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/LICENSE
|
||||
src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/LICENSE
|
||||
integrity: sha384-MYVwXwula9+YkyXexOJVZ0v0DaVvG22uX57mNq5Di+7u8OH9EG9q3yuXkp1Iehiq
|
||||
|
||||
oojs:
|
||||
|
|
|
|||
|
|
@ -525,7 +525,7 @@
|
|||
};
|
||||
|
||||
mustache.name = "mustache.js";
|
||||
mustache.version = "0.8.2";
|
||||
mustache.version = "1.0.0";
|
||||
mustache.tags = [ "{{", "}}" ];
|
||||
|
||||
// All high-level mustache.* functions use this writer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue