netcore-blueprint 0.0.42 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,11 +23,11 @@ if (!newModuleName) {
23
23
  // Template source
24
24
  // =======================
25
25
 
26
- const sourceModuleName = "ItemModule";
26
+ const sourceModuleName = "Item";
27
27
  const sourceEntityName = "Item";
28
28
 
29
29
  const modulesTemplateRoot = path.join(__dirname, "..", "Modules");
30
- const sourceModulePath = path.join(modulesTemplateRoot, sourceModuleName);
30
+ const sourceModulePath = path.join(modulesTemplateRoot, `${sourceModuleName}Module`);
31
31
 
32
32
  // =======================
33
33
  // Destination
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netcore-blueprint",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "A custom project blueprint",
5
5
  "main": "create.js",
6
6
  "bin": {