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.
1 parent f8ada84 commit a3ca2fbCopy full SHA for a3ca2fb
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