Skip to content

Commit

Permalink
publish: added patch version #150
Browse files Browse the repository at this point in the history
publish: added patch version
  • Loading branch information
sharafdin authored Feb 14, 2024
2 parents 309fc91 + 737e613 commit 3cdd039
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": "A Web Server Framework for Node.js",
"version": "0.5.5-beta",
"version": "0.5.6",
"author": "Mr Sharafdin",
"license": "MIT",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/yonode/src/lib/repoConditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const repoConditions = () => {
case options.language_type === 'JavaScript' && options.database_type === 'PostgreSQL' && options.orm_type === 'Sequelize' && options.auth === false:
cloneRepo(projectName, 'JS-PostgreSQL-Sequelize-NoAuth-Template');
case options.language_type === 'JavaScript' && options.database_type === 'PostgreSQL' && options.orm_type === 'TypeORM' && options.auth === false:
cloneRepo(projectName, 'JS-MySQL-TypeORM-NoAuth-Template');
cloneRepo(projectName, 'JS-PostgreSQL-TypeORM-NoAuth-Template');
break;
default:
throw new Error ('unsupported option')
Expand Down

0 comments on commit 3cdd039

Please sign in to comment.