Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hamitb committed Jun 28, 2019
1 parent cb1d9e8 commit 67ba625
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rollup.config.js
Expand Up @@ -33,12 +33,9 @@ module.exports = {
}),
commonjs({
namedExports: {
// left-hand side can be an absolute path, a path
// relative to the current directory, or the name
// of a module in node_modules
'minimatch': [ 'Minimatch', 'IMinimatch' ],
'opentracing': [ 'initGlobalTracer' ],
}
})
]
};
};

0 comments on commit 67ba625

Please sign in to comment.