Skip to content

Commit

Permalink
slightly more succinctness
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Feb 15, 2017
1 parent f42a71e commit 8416c51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/plugins/plugin-express.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ function unpatchModuleRoot(express) {
});
}

module.exports = [
{
module.exports = [{
versions: SUPPORTED_VERSIONS,
patch: patchModuleRoot,
unpatch: unpatchModuleRoot
}
];
}];

0 comments on commit 8416c51

Please sign in to comment.