Skip to content

Commit

Permalink
feat(lib-b): changed message (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
b12k authored May 1, 2023
1 parent fb8adf4 commit f7e49eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/lib-b/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const who = require('@mono/lib-c');
module.exports = 'See ya ' + who;
module.exports = 'Goodbye ' + who;

0 comments on commit f7e49eb

Please sign in to comment.