Skip to content

Commit 2bcdee9

Browse files
authored
Merge pull request #99 from stefanpenner/greenkeeper-async-disk-cache-1.2.0
[email protected] breaks build 🚨
2 parents dffe7ec + db078cf commit 2bcdee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cache"
3333
],
3434
"dependencies": {
35-
"async-disk-cache": "^1.0.0",
35+
"async-disk-cache": "^1.2.0",
3636
"blank-object": "^1.0.1",
3737
"broccoli-plugin": "^1.0.0",
3838
"fs-tree-diff": "^0.5.2",

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ describe('Filter', function() {
611611
});
612612

613613
// TODO: we should just deal in observable differences, not reaching into private state
614-
expect(f.processor.processor._cache.tmpDir).
614+
expect(f.processor.processor._cache.tmpdir).
615615
to.be.equal(process.env.BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT);
616616
});
617617

0 commit comments

Comments
 (0)