Skip to content

Commit e195923

Browse files
committed
Upgrade to babel-eslint beta9. Fixes #4.
1 parent 837da34 commit e195923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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",

server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import configureStore from '../common/config/store';
1111
import serveStatic from 'serve-static';
1212
import fs from 'fs';
1313
import 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
1717
require.extensions['.html'] = (module, filename) => {

0 commit comments

Comments
 (0)