broccoli-sourcemap-concat
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -17,2 +17,3 @@ var helpers = require('broccoli-kitchen-sink-helpers'); | ||
} | ||
this.encoderCache = {}; | ||
}, | ||
@@ -27,3 +28,4 @@ | ||
sourceRoot: this.sourceRoot, | ||
baseDir: inDir | ||
baseDir: inDir, | ||
cache: this.encoderCache | ||
}); | ||
@@ -30,0 +32,0 @@ |
{ | ||
"name": "broccoli-sourcemap-concat", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Fast, good-enough concatenation with source maps.", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"combined-stream": "0.0.7", | ||
"fast-sourcemap-concat": " ^0.1.4", | ||
"fast-sourcemap-concat": " ^0.1.5", | ||
"lodash-node": "^2.4.1", | ||
@@ -26,0 +26,0 @@ "mkdirp": "^0.5.0", |
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
20312
31
487