Comparing version 0.5.5 to 0.5.6
@@ -140,3 +140,3 @@ var sys = require('sys'), | ||
mu.clearCache = function (templateName) { | ||
if (name) { | ||
if (templateName) { | ||
delete mu.cache[templateName]; | ||
@@ -143,0 +143,0 @@ } else { |
{ "name": "mu2" | ||
, "description": "A Mustache template engine for Node.js" | ||
, "keywords": ["template", "mustache"] | ||
, "version" : "0.5.5" | ||
, "version" : "0.5.6" | ||
, "homepage": "http://github.com/raycmorgan/mu" | ||
@@ -6,0 +6,0 @@ , "author" : "RayMorgan <ray@rumgr.com>" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23272