broccoli-sourcemap-concat
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "broccoli-sourcemap-concat", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Fast, good-enough concatenation with source maps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,4 @@ var CachingWriter = require('broccoli-caching-writer'); | ||
init: function() { | ||
this.description = 'SourcemapConcat'; | ||
if (!this.separator) { | ||
@@ -16,0 +18,0 @@ this.separator = '\n'; |
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
20386
491