Skip to content

Commit

Permalink
fix(schematics): fix the update script to point to the right version …
Browse files Browse the repository at this point in the history
…of @nrwl/nx
  • Loading branch information
vsavkin committed May 22, 2018
1 parent 453a756 commit d917ad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/schematics/migrations/update-6-0-0/update-6-0-0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,7 @@ const updatePackageJson = updateJsonInTree('package.json', json => {
'@ngrx/router-store': '5.2.0',
'@ngrx/store': '5.2.0',
'@ngrx/store-devtools': '5.2.0',

// todo: Change to 6.0.0 when it is released
'@nrwl/nx': '6.0.0-rc.3'
'@nrwl/nx': '6.0.1'
};
json.devDependencies = {
...json.devDependencies,
Expand Down

0 comments on commit d917ad0

Please sign in to comment.