raw-loader
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,5 +6,5 @@ /* | ||
module.exports = function() { | ||
var args = Array.prototype.slice(arguments); | ||
var args = Array.prototype.slice.call(arguments); | ||
args = args.join(""); | ||
return "module.exports = " + JSON.stringify(args); | ||
} |
{ | ||
"name": "raw-loader", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "raw 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
848