File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 141
141
"chai-as-promised" : " ^5.1.0" ,
142
142
"eslint-config-mongodb-js" : " ^1.0.6" ,
143
143
"eslint-plugin-react" : " ^4.1.0" ,
144
- "hadron-build" : " ^0.4.0 " ,
144
+ "hadron-build" : " ^0.4.4 " ,
145
145
"mongodb-js-fmt" : " ^0.0.3" ,
146
146
"mongodb-js-precommit" : " ^0.2.8" ,
147
147
"mongodb-runner" : " ^3.1.15" ,
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ var ModuleCache = require('hadron-module-cache');
16
16
ModuleCache . register ( resourcePath ) ;
17
17
ModuleCache . add ( resourcePath ) ;
18
18
19
+ var pkg = require ( '../../package.json' ) ;
19
20
var CompileCache = require ( 'hadron-compile-cache' ) ;
20
21
CompileCache . setHomeDirectory ( resourcePath ) ;
22
+ CompileCache . digestMappings = pkg . _compileCacheMappings || { } ;
21
23
22
24
var StyleManager = require ( './style-manager' ) ;
23
25
StyleManager . writeStyles ( ) ;
You can’t perform that action at this time.
0 commit comments