Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
orinoco committed Mar 23, 2017
1 parent fa68bfe commit 47611ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports.resolve = (source, file, options = {}) => {
...options,
extensions,
basedir: path.dirname(file),
paths: options.paths.map((path) => (`${projectRootDir}/${path}`)),
paths: options.paths.map(apath => (`${projectRootDir}/${apath}`)),
},
),
};
Expand Down

0 comments on commit 47611ae

Please sign in to comment.