Skip to content

Commit

Permalink
fix: update the latest migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Dec 12, 2017
1 parent 6ff203e commit 6bbcddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/src/collection/utility/lib-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const angularJsVersion = '1.6.6';
export const ngrxVersion = '^4.1.0';
export const nxVersion = '*';
export const schematicsVersion = '*';
export const latestMigration = '20171205-remove-npmscope-from-tslintjson';
export const latestMigration = '20171211-create-tsconfigapp-per-app.ts';
export const prettierVersion = '1.8.2';

export const libVersions = {
Expand Down

0 comments on commit 6bbcddb

Please sign in to comment.