Skip to content

Commit

Permalink
Merge pull request #19 from rwjblue/add-basedir-for-caching
Browse files Browse the repository at this point in the history
Add baseDir to avoid caching warnings.
  • Loading branch information
rwjblue committed Mar 14, 2017
2 parents f62c965 + 2ed2253 commit 8929b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -61,3 +61,5 @@ function getFeatureName(callExpression) {

return argument.value;
}

module.exports.baseDir = function() { return __dirname; };

0 comments on commit 8929b63

Please sign in to comment.