Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "kiss-tpl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "lightweight, simple and powerful javascript template engine", | ||
@@ -5,0 +5,0 @@ "main": "dist/kiss-tpl.js", |
@@ -78,3 +78,3 @@ # kiss-tpl :kiss: | ||
function plus( one, other ){ | ||
return one + other; | ||
} | ||
@@ -81,0 +81,0 @@ |
14949