micromustache
Advanced tools
Comparing version 5.1.1 to 5.1.2
{ | ||
"name": "micromustache", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "A faster and smaller subimplementation of the {{mustache}} template engine for JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,11 +24,2 @@ [![Build Status](https://travis-ci.org/userpixel/micromustache.svg?branch=master)](https://travis-ci.org/userpixel/micromustache) | ||
- [Tradeoffs](#tradeoffs) | ||
- [API](#api) | ||
- [render()](#micromustacherender) | ||
- [Differences with MustacheJS](#differences-with-mustachejs-render-method) | ||
- [compile()](#micromustachecompile) | ||
- [Tests](#tests) | ||
- [FAQ](#faq) | ||
- [License](#license) | ||
## Tradeoffs | ||
@@ -35,0 +26,0 @@ |
17347
222