This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
twitter version
tags/0.4.0
Ben Cherry
15 years ago
parent
6a9da0581a
commit
29cbcf719d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/package.json
+1
-1
mustache.js
+ 1
- 1
lib/package.json
View File
@@ -3,6 +3,6 @@
"author": "http://mustache.github.com/",
"description": "{{ mustache }} in JavaScript — Logic-less templates.",
"keywords": ["template"],
"version": "0.3.1-dev",
"version": "0.3.1-dev
-twitter
",
"main": "./mustache"
}
+ 1
- 1
mustache.js
View File
@@ -352,7 +352,7 @@ var Mustache = function() {
return({
name: "mustache.js",
version: "0.3.1-dev",
version: "0.3.1-dev
-twitter
",
/*
Turns a template and view into HTML
Write
Preview
Loading…
Cancel
Save