We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506faff + a3ca2fb commit 1fc21b1Copy full SHA for 1fc21b1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@open-template-hub/server-generator",
3
"description": "Command-line interface generator of the servers at Open Template Hub",
4
- "version": "4.0.6",
+ "version": "5.0.0",
5
"license": "MIT",
6
"preferGlobal": true,
7
"main": "dist/index.js",
src/index.ts
@@ -306,3 +306,4 @@ const postProcessNode = ( targetPath: string ) => {
306
307
return true;
308
};
309
+
0 commit comments