Comparing version 0.5.9 to 0.5.10
@@ -9,2 +9,3 @@ var util = require('util') | ||
this.paused = false; | ||
this.readable = true; | ||
} | ||
@@ -21,3 +22,3 @@ | ||
MuStream.prototype.resume = function() { | ||
MuStream.prototype.resume = function () { | ||
console.log('resume'); | ||
@@ -24,0 +25,0 @@ this.paused = false; |
{ "name": "mu2" | ||
, "description": "A Mustache template engine for Node.js" | ||
, "keywords": ["template", "mustache"] | ||
, "version" : "0.5.9" | ||
, "version" : "0.5.10" | ||
, "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
27908
771