Skip to content

Commit

Permalink
fix: drop the migration script that never worked anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Nov 1, 2023
1 parent 1ad7ba4 commit 912df07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
9 changes: 1 addition & 8 deletions packages/nx/migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"generators": {
"upgrade-to-nx": {
"version": "0.0.0",
"description": "upgrade-to-nx",
"cli": "nx",
"implementation": "./dist/migrations/upgrade-to-nx/upgrade-to-nx"
}
},
"generators": {},
"packageJsonUpdates": {
"0.0.0": {
"version": "0.0.0",
Expand Down
63 changes: 0 additions & 63 deletions packages/nx/src/migrations/upgrade-to-nx/upgrade-to-nx.ts

This file was deleted.

0 comments on commit 912df07

Please sign in to comment.