Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin committed Feb 12, 2024
1 parent 453d645 commit a4f5aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yonode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yonode",
"description": "A Web Server Framework for Node.js",
"version": "0.5.4-beta",
"version": "0.5.5-beta",
"author": "Mr Sharafdin",
"license": "MIT",
"main": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/yonode/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ if (!projectName) {
console.log("The directory is not empty.");
process.exit(1);
}
projectName = name.projectName, main()
} else { projectName = name.projectName, main() }
})
} else {
Expand Down

0 comments on commit a4f5aca

Please sign in to comment.