Skip to content

Commit

Permalink
Merge pull request #726 from hapijs/npm-fix
Browse files Browse the repository at this point in the history
Fix npm 5.2 error
  • Loading branch information
geek committed Jul 13, 2017
2 parents 7237c12 + 9cb7530 commit 3500265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linter/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

module.exports = {
'extends': 'eslint-config-hapi'
'extends': require.resolve('eslint-config-hapi')
};

0 comments on commit 3500265

Please sign in to comment.