Skip to content

Commit

Permalink
Upgrade to babel-eslint beta9. Fixes #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinl committed Feb 11, 2016
1 parent 837da34 commit e195923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run build:production; fi"
},
"devDependencies": {
"babel-eslint": "5.0.0-beta6",
"babel-eslint": "5.0.0-beta9",
"chai": "3.5.0",
"chai-immutable": "1.5.3",
"cordova-lib": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import configureStore from '../common/config/store';
import serveStatic from 'serve-static';
import fs from 'fs';
import compression from 'compression';
import template from 'lodash/string/template';
import template from 'lodash/template';

// Tell node.js to load html files as a string
require.extensions['.html'] = (module, filename) => {
Expand Down

0 comments on commit e195923

Please sign in to comment.