hogan-engine
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -18,4 +18,2 @@ var Hogan = require('hogan.js') | ||
} else { | ||
console.log('Reading file.'); | ||
try { | ||
@@ -22,0 +20,0 @@ var template = fs.readFileSync(path, 'utf8'); |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"homepage": "http://github.com/raycmorgan/hogan-engine", | ||
@@ -13,0 +13,0 @@ "author": "RayMorgan <raycmorgan@gmail.com>", |
3076
47