Skip to content

Commit

Permalink
fix: correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 28, 2019
1 parent bc96a33 commit 8a61d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Roarr from 'roarr';

const Logger = Roarr
.child({
package: 'roarr',
package: 'surgeon',
});

export default Logger;

0 comments on commit 8a61d53

Please sign in to comment.