Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Feb 4, 2023
1 parent c2f0701 commit 41cf3ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@free-domains/cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "Register a free subdomain with Free Domains using your command line.",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/functions/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = function account() {
return;
}

console.log(`Username: ${username}\nEmail: ${email}\nToken: ${}`);
console.log(`Username: ${username}\nEmail: ${email}\nToken: ${token}`);
}

0 comments on commit 41cf3ef

Please sign in to comment.