Skip to content

Commit

Permalink
fix(schematics): set the latestMigration property correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Feb 28, 2018
1 parent 24063f0 commit b3ca2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schematics/src/collection/utility/lib-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const ngrxVersion = '5.1.0';
export const routerStoreVersion = '5.0.1';
export const nxVersion = '*';
export const schematicsVersion = '*';
export const angularCliSchema = '20180227-cleanup-scripts';
export const latestMigration = '20180225-switch-to-cli17';
export const angularCliSchema = './node_modules/@nrwl/schematics/src/schema.json';
export const latestMigration = '20180227-cleanup-scripts';
export const prettierVersion = '1.10.2';
export const typescriptVersion = '2.6.2';
export const rxjsVersion = '^5.5.6';
Expand Down

0 comments on commit b3ca2ee

Please sign in to comment.