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 35
35
"postinstall" : " if [ \" $NODE_ENV\" = \" production\" ]; then npm run build:production; fi"
36
36
},
37
37
"devDependencies" : {
38
- "babel-eslint" : " 5.0.0-beta6 " ,
38
+ "babel-eslint" : " 5.0.0-beta9 " ,
39
39
"chai" : " 3.5.0" ,
40
40
"chai-immutable" : " 1.5.3" ,
41
41
"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';
11
11
import serveStatic from 'serve-static' ;
12
12
import fs from 'fs' ;
13
13
import compression from 'compression' ;
14
- import template from 'lodash/string/ template' ;
14
+ import template from 'lodash/template' ;
15
15
16
16
// Tell node.js to load html files as a string
17
17
require . extensions [ '.html' ] = ( module , filename ) => {
You can’t perform that action at this time.
0 commit comments