coffee-loader
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -8,3 +8,3 @@ /* | ||
var results = [null]; | ||
arguments.forEach(function(content, idx) { | ||
Array.prototype.forEach.call(arguments, function(content, idx) { | ||
results[idx+1] = coffee.compile(content); | ||
@@ -11,0 +11,0 @@ }); |
{ | ||
"name": "coffee-loader", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "coffee loader module for webpack", |
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
1038