Skip to content

Commit 74cc6d1

Browse files
authored
Merge pull request #27 from codemod-com/fix_github_urls
fix: update all Codemods GitHub URLs to the correct GitHub URL in `.codemodrc`
2 parents 6a7c103 + ab182e2 commit 74cc6d1

File tree

191 files changed

+191
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+191
-191
lines changed

codemods/Feature Flags/remove-unused-feature-flags/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
],
2020
"meta": {
2121
"tags": ["migration"],
22-
"git": "https://github.com/codemod-com/commons/tree/main/Feature Flags/remove-unused-feature-flags"
22+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/Feature Flags/remove-unused-feature-flags"
2323
}
2424
}

codemods/Go/remove-unnecessary-nested-block/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"language": "go",
88
"meta": {
99
"tags": ["migration"],
10-
"git": "https://github.com/codemod-com/commons/tree/main/Go/remove-unnecessary-nested-block"
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/Go/remove-unnecessary-nested-block"
1111
}
1212
}

codemods/Java/delete-unused-fields/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"language": "java",
88
"meta": {
99
"tags": ["migration"],
10-
"git": "https://github.com/codemod-com/commons/tree/main/Java/delete-unused-fields"
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/Java/delete-unused-fields"
1111
}
1212
}

codemods/axios/fetch/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
],
1414
"meta": {
1515
"tags": ["axios", "fetch", "LLM"],
16-
"git": "https://github.com/codemod-com/commons/tree/main/axios/fetch"
16+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/axios/fetch"
1717
}
1818
}

codemods/bull/bullmq/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/bull/bullmq"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/bull/bullmq"
1313
}
1414
}

codemods/cal.com/app-directory-boilerplate-calcom/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"meta": {
1515
"tags": ["migration"],
16-
"git": "https://github.com/codemod-com/commons/tree/main/cal.com/app-directory-boilerplate-calcom"
16+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/cal.com/app-directory-boilerplate-calcom"
1717
}
1818
}

codemods/cal.com/generate-metadata-tests-calcom/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
],
2020
"meta": {
2121
"tags": ["migration"],
22-
"git": "https://github.com/codemod-com/commons/tree/main/cal.com/generate-metadata-tests-calcom"
22+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/cal.com/generate-metadata-tests-calcom"
2323
}
2424
}

codemods/cal.com/generate-url-patterns/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"meta": {
3636
"tags": ["migration"],
37-
"git": "https://github.com/codemod-com/commons/tree/main/cal.com/generate-url-patterns"
37+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/cal.com/generate-url-patterns"
3838
}
3939
}

codemods/codemod-com/migrate-codemod-registry/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"engine": "filemod",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/codemod-com/migrate-codemod-registry"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/codemod-com/migrate-codemod-registry"
1010
}
1111
}

codemods/codemod-com/update-git-urls/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "filemod",
77
"applicability": {},
88
"meta": {
9-
"git": "https://github.com/codemod-com/commons/tree/main/codemod-com/update-git-urls",
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/codemod-com/update-git-urls",
1010
"tags": ["migration", "prisma"]
1111
}
1212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myname",
33
"meta": {
4-
"git": "https://github.com/codemod-com/commons/tree/main/codemod-com/update-git-urls/__testfixtures__"
4+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/codemod-com/update-git-urls/__testfixtures__"
55
}
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myname",
33
"meta": {
4-
"git": "https://github.com/codemod-com/commons/tree/main/codemod-com/update-git-urls/__testfixtures__"
4+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/codemod-com/update-git-urls/__testfixtures__"
55
}
66
}

codemods/devcycle/launchdarkly-to-devcycle/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"arguments": [],
77
"meta": {
88
"tags": ["devcycle", "migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/devcycle/launchdarkly-to-devcycle"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/devcycle/launchdarkly-to-devcycle"
1010
},
1111
"deps": [
1212
"@devcycle/react-client-sdk@latest",

codemods/devcycle/replace-feature-flag/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["devcycle", "feature-flag"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/devcycle/replace-feature-flag"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/devcycle/replace-feature-flag"
1010
},
1111
"arguments": [
1212
{

codemods/eslint/biome/migrate-rules/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"deps": ["-eslint", "-prettier", "@biomejs/[email protected]"],
2222
"meta": {
2323
"tags": ["migration"],
24-
"git": "https://github.com/codemod-com/commons/tree/main/eslint/biome/migrate-rules"
24+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/eslint/biome/migrate-rules"
2525
}
2626
}

codemods/history/4/replace-state-object/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"meta": {
1414
"tags": ["migration"],
15-
"git": "https://github.com/codemod-com/commons/tree/main/history/4/replace-state-object"
15+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/history/4/replace-state-object"
1616
},
1717
"include": ["**/*.js", "**/*.ts"]
1818
}

codemods/history/4/use-back/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"meta": {
1414
"tags": ["migration"],
15-
"git": "https://github.com/codemod-com/commons/tree/main/history/4/use-back"
15+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/history/4/use-back"
1616
},
1717
"include": ["**/*.js", "**/*.ts"]
1818
}

codemods/history/4/use-block/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"meta": {
1414
"tags": ["migration"],
15-
"git": "https://github.com/codemod-com/commons/tree/main/history/4/use-block"
15+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/history/4/use-block"
1616
},
1717
"include": ["**/*.js", "**/*.ts"]
1818
}

codemods/history/4/use-location/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"meta": {
1414
"tags": ["migration"],
15-
"git": "https://github.com/codemod-com/commons/tree/main/history/4/use-location"
15+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/history/4/use-location"
1616
},
1717
"include": ["**/*.js", "**/*.ts"]
1818
}

codemods/i18n/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"applicabillity": ["i18n", ">=", "0.0.0"],
99
"meta": {
1010
"tags": ["migration"],
11-
"git": "https://github.com/codemod-com/commons/tree/main/i18n"
11+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/i18n"
1212
}
1313
}

codemods/immutable/0/add-deprecation-comment/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/add-deprecation-comment"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/add-deprecation-comment"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/nest-from-js/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/nest-from-js"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/nest-from-js"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/remove-from-js/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/remove-from-js"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/remove-from-js"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/remove-import/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/remove-import"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/remove-import"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/remove-to-js/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/remove-to-js"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/remove-to-js"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/replace-get-in/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/replace-get-in"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/replace-get-in"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/replace-get/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/replace-get"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/replace-get"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/replace-merge/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/replace-merge"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/replace-merge"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/replace-set-in/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/replace-set-in"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/replace-set-in"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/0/replace-set/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/0/replace-set"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/0/replace-set"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/4/isterable-to-iscollection/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/4/isterable-to-iscollection"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/4/isterable-to-iscollection"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/4/map-to-array/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/4/map-to-array"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/4/map-to-array"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/immutable/4/rename-to-seq/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/immutable/4/rename-to-seq"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/immutable/4/rename-to-seq"
1313
},
1414
"include": ["**/*.js", "**/*.ts"]
1515
}

codemods/jest/vitest/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"meta": {
1111
"tags": ["migration"],
12-
"git": "https://github.com/codemod-com/commons/tree/main/jest/vitest"
12+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/jest/vitest"
1313
}
1414
}

codemods/mocha/vitest/migrate-configuration/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "filemod",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/mocha/vitest/migrate-configuration"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/mocha/vitest/migrate-configuration"
1010
},
1111
"applicability": {
1212
"from": [["mocha", ">=", "9.0.0"]]

codemods/mocha/vitest/migrate-tests/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "jscodeshift",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/mocha/vitest/migrate-tests"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/mocha/vitest/migrate-tests"
1010
},
1111
"applicability": {
1212
"from": [["mocha", ">=", "9.0.0"]]

codemods/mocha/vitest/recipe/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"names": ["mocha/vitest/migrate-config", "mocha/vitest/migrate-test"],
88
"meta": {
99
"tags": ["migration"],
10-
"git": "https://github.com/codemod-com/commons/tree/main/mocha/vitest/recipe"
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/mocha/vitest/recipe"
1111
},
1212
"applicability": {
1313
"from": [["mocha", ">=", "9.0.0"]]

codemods/msw/2/callback-signature/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/callback-signature"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/callback-signature"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/ctx-fetch/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/ctx-fetch"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/ctx-fetch"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/imports/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/imports"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/imports"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/lifecycle-events-signature/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/lifecycle-events-signature"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/lifecycle-events-signature"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/print-handler/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/print-handler"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/print-handler"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/req-passthrough/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/req-passthrough"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/req-passthrough"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/request-changes/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/request-changes"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/request-changes"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/response-usages/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/response-usages"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/response-usages"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

codemods/msw/2/type-args/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engine": "ts-morph",
77
"meta": {
88
"tags": ["migration"],
9-
"git": "https://github.com/codemod-com/commons/tree/main/msw/2/type-args"
9+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/msw/2/type-args"
1010
},
1111
"applicability": {
1212
"from": [["msw", ">=", "1.0.0"]]

0 commit comments

Comments
 (0)