File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 "postinstall" : " if [ \" $NODE_ENV\" = \" production\" ]; then npm run build:production; fi"
3636 },
3737 "devDependencies" : {
38- "babel-eslint" : " 5.0.0-beta6 " ,
38+ "babel-eslint" : " 5.0.0-beta9 " ,
3939 "chai" : " 3.5.0" ,
4040 "chai-immutable" : " 1.5.3" ,
4141 "cordova-lib" : " 6.0.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import configureStore from '../common/config/store';
1111import serveStatic from 'serve-static' ;
1212import fs from 'fs' ;
1313import compression from 'compression' ;
14- import template from 'lodash/string/ template' ;
14+ import template from 'lodash/template' ;
1515
1616// Tell node.js to load html files as a string
1717require . extensions [ '.html' ] = ( module , filename ) => {
You can’t perform that action at this time.
0 commit comments