Skip to content

Commit

Permalink
feat: 🎉 Hi~
Browse files Browse the repository at this point in the history
  • Loading branch information
hongshuman committed Dec 9, 2024
1 parent 4f8d848 commit d0f9b97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log("Hello, World! https://docs.github.com/en/packages/quickstart - Hong Shu-man");
console.log("Hello, World! Hi `h8njs` - Hong Shu-man");
console.log("Hi `h8njs` - Hong Shu-man");
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
}
],
"@semantic-release/github"
],
"extends": [
"semantic-release-monorepo"
]
}
}
2 changes: 1 addition & 1 deletion packages/cli/h8n/bin/h8n.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logger from '@h8n/logger';
import utils from '@h8n/utils';

console.log("Hi h8njs:cli/h8n - Hong Shu-man");
console.log("Hi~ h8njs:cli/h8n - Hong Shu-man");

logger.printMsg();
utils.printMsg();
2 changes: 1 addition & 1 deletion packages/h8n/logger/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log("@h8n/logger - Hong Shu-man");
console.log("Hi @h8n/logger - Hong Shu-man");

exports.printMsg = function() {
console.log("from the @h8n/logger package");
Expand Down

0 comments on commit d0f9b97

Please sign in to comment.