Skip to content

Commit

Permalink
uninspected.{installPlugin => use} (semver-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 7, 2019
1 parent 3e5b050 commit 550d076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/uninspected.js
Expand Up @@ -116,9 +116,9 @@ uninspected.addStyle = function() {
return unexpected.output.addStyle.apply(unexpected.output, arguments);
};

uninspected.installPlugin = function() {
uninspected.use = function() {
// ...
return unexpected.installPlugin.apply(unexpected, arguments);
return unexpected.use.apply(unexpected, arguments);
};

module.exports = uninspected;

0 comments on commit 550d076

Please sign in to comment.