Skip to content

Commit

Permalink
fix: url of the typescript release section
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin committed Feb 27, 2024
1 parent cc488c0 commit 4ee6421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "The Node.js Toolkit for Rapid Development.",
"version": "0.7.0",
"version": "0.7.2",
"author": "Mr Sharafdin",
"license": "MIT",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/yonode/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function main() {
.then((answer) => {
if (answer.language_type === "TypeScript") {
console.log(
"Currently, TypeScript is unavailable. Expect its launch in v1.5.0. \nFor more info, visit: https://www.docs.yonode.org."
"Currently, TypeScript is unavailable. Expect its launch in v1.5.0. \nFor more info, visit: https://docs.yonode.org."
);
process.exit(0);
}
Expand Down

0 comments on commit 4ee6421

Please sign in to comment.