Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Jan 10, 2023
1 parent f8ada84 commit a3ca2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-template-hub/server-generator",
"description": "Command-line interface generator of the servers at Open Template Hub",
"version": "4.0.6",
"version": "5.0.0",
"license": "MIT",
"preferGlobal": true,
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,4 @@ const postProcessNode = ( targetPath: string ) => {

return true;
};

0 comments on commit a3ca2fb

Please sign in to comment.