@turbo/codemod 1.2.2-canary.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ var import_update_check = __toESM(require("update-check"));
27
27
 
28
28
  // package.json
29
29
  var name = "@turbo/codemod";
30
- var version = "1.2.2-canary.0";
30
+ var version = "1.2.2";
31
31
  var description = "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.";
32
32
  var homepage = "https://turborepo.org";
33
33
  var license = "MPL-2.0";
@@ -183,7 +183,7 @@ var help = `
183
183
 
184
184
  If <dir> is not provided up front you will be prompted for it.
185
185
 
186
- Options:
186
+ Options:
187
187
  --force Bypass Git safety checks and forcibly run codemods
188
188
  --dry Dry run (no changes are made to files)
189
189
  --print Print transformed files to your terminal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/codemod",
3
- "version": "1.2.2-canary.0",
3
+ "version": "1.2.2",
4
4
  "description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",