Skip to content

Commit

Permalink
fixed rogue const!
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 17, 2016
1 parent b1c8ed5 commit 2b4397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolvers/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var findRoot = require('find-root')
, fs = require('fs')
, coreLibs = require('node-libs-browser')

const log = require('debug')('eslint-plugin-import:resolver:webpack')
var log = require('debug')('eslint-plugin-import:resolver:webpack')

exports.interfaceVersion = 2

Expand Down

0 comments on commit 2b4397b

Please sign in to comment.