We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dffe7ec + db078cf commit 2bcdee9Copy full SHA for 2bcdee9
package.json
@@ -32,7 +32,7 @@
32
"cache"
33
],
34
"dependencies": {
35
- "async-disk-cache": "^1.0.0",
+ "async-disk-cache": "^1.2.0",
36
"blank-object": "^1.0.1",
37
"broccoli-plugin": "^1.0.0",
38
"fs-tree-diff": "^0.5.2",
test/test.js
@@ -611,7 +611,7 @@ describe('Filter', function() {
611
});
612
613
// TODO: we should just deal in observable differences, not reaching into private state
614
- expect(f.processor.processor._cache.tmpDir).
+ expect(f.processor.processor._cache.tmpdir).
615
to.be.equal(process.env.BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT);
616
617
0 commit comments