@open-mova/cli 0.1.16 → 0.1.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.
@@ -13,9 +13,6 @@ export function configureDownloadedMicrofrontend(destination, name, port, profil
13
13
  writeFileSync(join(destination, 'src/app/app.routes.ts'), minimalRoutes(name));
14
14
  writeFileSync(join(destination, 'src/app/app.config.ts'), minimalAppConfig());
15
15
  }
16
- else {
17
- packageJson.dependencies['@open-mova/core'] = '^0.1.9';
18
- }
19
16
  writeFileSync(packagePath, `${JSON.stringify(packageJson, null, 2)}\n`);
20
17
  const angularPath = join(destination, 'angular.json');
21
18
  const angular = readFileSync(angularPath, 'utf8')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mova/cli",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "CLI para crear y mantener aplicaciones Open Mova",
5
5
  "license": "MIT",
6
6
  "author": "Open Mova contributors",