Comparing version 0.17.0 to 0.18.0
@@ -140,5 +140,5 @@ // Generated by CoffeeScript 1.9.1 | ||
encoding: 'utf8' | ||
}).then(_.partialRight(this.render, _.extend(opts, { | ||
}).then(_.partialRight(this.render, _.extend({ | ||
filename: file | ||
})).bind(this)); | ||
}, opts)).bind(this)); | ||
}; | ||
@@ -178,5 +178,5 @@ | ||
encoding: 'utf8' | ||
}).then(_.partialRight(this.compile, _.extend(opts, { | ||
}).then(_.partialRight(this.compile, _.extend({ | ||
filename: file | ||
})).bind(this)); | ||
}, opts)).bind(this)); | ||
}; | ||
@@ -183,0 +183,0 @@ |
@@ -29,2 +29,4 @@ // Generated by CoffeeScript 1.9.1 | ||
return map; | ||
})["catch"](function() { | ||
return map; | ||
}); | ||
@@ -31,0 +33,0 @@ }; |
{ | ||
"name": "accord", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"author": "Jeff Escalante <hello@jenius.me>", | ||
@@ -5,0 +5,0 @@ "description": "A unified interface for compiled languages and templates in JavaScript", |
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
69622
1667