Comparing version 0.1.8 to 0.1.9
@@ -196,3 +196,3 @@ 'use strict'; | ||
// | ||
throw new Error('No compatible template engine installed, please run: npm install --save '+ list.pop()); | ||
throw new Error('No compatible template engine installed, please run: npm install --save '+ list[0]); | ||
}; | ||
@@ -199,0 +199,0 @@ |
{ | ||
"name": "temper", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Temper compiles template for client and server side usage.", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "1.7.x", | ||
"mocha": "1.12.x", | ||
"chai": "1.9.x", | ||
"mocha": "1.18.x", | ||
"jade": "*", | ||
@@ -31,0 +31,0 @@ "hogan.js": "*", |
20038