Comparing version 1.1.5 to 1.1.6
@@ -13,4 +13,4 @@ #!/usr/bin/env node | ||
.option('-e, --encoding [encoding]', 'Set template file encoding', 'utf-8') | ||
.option('--target-type [targetType]', 'Setting the target template type [php|js|vm]', 'js') | ||
.option('--tpl-suffix [tplSuffix]', 'Set template suffix [tpl]', 'tpl') | ||
.option('-t, --target-type [targetType]', 'Setting the target template type [php|js|vm]', 'js') | ||
.option('-x, --tpl-suffix [tplSuffix]', 'Set template suffix [tpl]', 'tpl') | ||
.option('-o, --output [dir]', 'Set the output directory for compiled template', '.') | ||
@@ -17,0 +17,0 @@ .parse(process.argv); |
{ | ||
"name": "crox", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Crox is a high performance cross-language template engine, written by the JavaScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://thx.github.io/crox/", |
508673