Skip to content

Commit

Permalink
fix(js): add missing entry to migrations.json
Browse files Browse the repository at this point in the history
  • Loading branch information
so-sharma-od committed Oct 26, 2023
1 parent dbb73aa commit c184f1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/js/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc"
},
"update-17-0-0-remove-deprecated-build-options": {
"cli": "nx",
"version": "17.0.2",
"description": "Remove deprecated build options",
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options.ts"
}
},
"packageJsonUpdates": {
Expand Down

0 comments on commit c184f1e

Please # to comment.