Skip to content

Commit a3ca2fb

Browse files
committed
#
1 parent f8ada84 commit a3ca2fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@open-template-hub/server-generator",
33
"description": "Command-line interface generator of the servers at Open Template Hub",
4-
"version": "4.0.6",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"preferGlobal": true,
77
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,4 @@ const postProcessNode = ( targetPath: string ) => {
306306

307307
return true;
308308
};
309+

0 commit comments

Comments
 (0)