jstransformer-ejs
Advanced tools
Comparing version 0.0.1 to 0.0.2
# Changelog | ||
## v0.0.2: 2015-02-15 | ||
- Mark output format as XML | ||
## v0.0.1: 2015-02-13 | ||
@@ -4,0 +8,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
exports.name = 'ejs'; | ||
exports.outputFormat = 'html'; | ||
exports.outputFormat = 'xml'; | ||
exports.compile = ejs.compile; | ||
@@ -10,0 +10,0 @@ exports.compileClient = function (source, options) { |
{ | ||
"name": "jstransformer-ejs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Transform EJS template into HTML.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
4873