Skip to content

Commit

Permalink
Update to 1.0.2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Jan 28, 2019
1 parent 03021fd commit cbd3e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/application.angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const runCommand = require('../utility/run-command');
const semver = require('semver').SemVer;
const fs = require('fs');
const exec = require('child_process').exec;
const minNgCliVersion = new semver('6.0.0');
const minNgCliVersion = new semver('7.2.0');

function runSchematicCommand(schematicCommand, options, evaluatingOptions) {
const collectionName = 'devextreme-schematics';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "DevExtreme CLI",
"keywords": [
"devexpress",
Expand Down

0 comments on commit cbd3e2d

Please sign in to comment.