@hazeljs/cli 0.2.0-beta.15 → 0.2.0-beta.17

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.
@@ -40,7 +40,6 @@ function scaffoldPackageBoilerplate(destPath, packages) {
40
40
  const imports = ["import { HazelModule } from '@hazeljs/core';"];
41
41
  const moduleImports = [];
42
42
  const controllers = [];
43
- const fileImports = [];
44
43
  // Always include the default HelloController
45
44
  imports.push("import { HelloController } from './hello.controller';");
46
45
  controllers.push('HelloController');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/cli",
3
- "version": "0.2.0-beta.15",
3
+ "version": "0.2.0-beta.17",
4
4
  "description": "Command-line interface for scaffolding and generating HazelJS applications and components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -68,5 +68,5 @@
68
68
  "type": "opencollective",
69
69
  "url": "https://opencollective.com/hazeljs"
70
70
  },
71
- "gitHead": "19c4053d90ef693488dcf818bb4d504a81785173"
71
+ "gitHead": "e321e6e02f695d209655ff73d7a1b4a30034fcc8"
72
72
  }