devextreme-cli 1.4.0 → 1.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "DevExtreme CLI",
5
5
  "keywords": [
6
6
  "devexpress",
@@ -74,5 +74,5 @@
74
74
  "typescript": "^4.0.2",
75
75
  "typescript-eslint-parser": "^22.0.0"
76
76
  },
77
- "gitHead": "555ce7269749c1c6586a09062044da0477505bc9"
77
+ "gitHead": "aacf3c58c9b7996c6a19467ef1eeb4d9be949128"
78
78
  }
@@ -65,8 +65,7 @@ const hasSutableNgCli = async() => {
65
65
 
66
66
  const install = async(options) => {
67
67
  runSchematicCommand('install', {
68
- ...options,
69
- globalNgCliVersion: ngVersion.getNgCliVersion().version
68
+ ...options
70
69
  });
71
70
  };
72
71