Comparing version 4.0.0 to 4.0.1
@@ -7,8 +7,2 @@ 'use strict'; | ||
/** | ||
* render template with data | ||
* | ||
* @param templ | ||
* @param data | ||
*/ | ||
module.exports = (templ, data) => { | ||
@@ -15,0 +9,0 @@ check(templ, data); |
{ | ||
"name": "rendy", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "simplest template engine", | ||
@@ -5,0 +5,0 @@ "main": "./lib/rendy.js", |
Sorry, the diff of this file is not supported yet
7350
28