Comparing version 1.0.2 to 1.0.4
{ | ||
"name": "eot-js", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "Javascript heredoc syntax for create a multiline string", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://didanurwanda@github.com/didanurwanda/eot-js.git" | ||
"url": "git+https://didanurwanda@github.com/didanurwanda/eot-js.git" | ||
}, | ||
@@ -16,0 +16,0 @@ "keywords": [ |
@@ -28,3 +28,3 @@ # EOT-JS | ||
### Template engine integration | ||
EOT-JS default support template engine | ||
EOT-JS support template engine | ||
@@ -35,3 +35,3 @@ * [Mustache](https://github.com/janl/mustache.js) | ||
* [Underscore](http://underscorejs.org/#template) | ||
* Parser (change {string} to string with data) | ||
* Parser | ||
@@ -38,0 +38,0 @@ ```javascript |
7006