Skip to content

Commit af0de32

Browse files
Updates repo URL
1 parent 537956c commit af0de32

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "dist/codeshift-cli.esm.js",
66
"types": "dist/codeshift-cli.cjs.d.ts",
77
"license": "MIT",
8-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/cli",
8+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/cli",
99
"bin": {
1010
"codeshift": "./bin/codeshift-cli.js",
1111
"codeshift-cli": "./bin/codeshift-cli.js"

packages/fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/codeshift-fetcher.cjs.js",
55
"types": "dist/codeshift-fetcher.cjs.d.ts",
66
"license": "MIT",
7-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/fetcher",
7+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/fetcher",
88
"dependencies": {
99
"@codeshift/types": "*",
1010
"chalk": "^4.1.0",

packages/initializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/codeshift-initializer.cjs.js",
55
"types": "dist/codeshift-initializer.cjs.d.ts",
66
"license": "MIT",
7-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/initializer",
7+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/initializer",
88
"dependencies": {
99
"@codeshift/cli": "*",
1010
"@codeshift/test-utils": "*",

packages/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/codeshift-publisher.cjs.js",
55
"types": "dist/codeshift-publisher.cjs.d.ts",
66
"license": "MIT",
7-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/publisher",
7+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/publisher",
88
"dependencies": {
99
"@codeshift/initializer": "*",
1010
"@preconstruct/cli": "^2.0.0",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "dist/codeshift-test-utils.esm.js",
66
"types": "dist/codeshift-test-utils.cjs.d.ts",
77
"license": "MIT",
8-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/test-utils",
8+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/test-utils",
99
"dependencies": {
1010
"jscodeshift": "^0.13.1"
1111
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"module": "dist/codeshift-types.esm.js",
66
"types": "dist/codeshift-types.cjs.d.ts",
77
"license": "MIT",
8-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/types"
8+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/types"
99
}

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"module": "dist/codeshift-utils.esm.js",
66
"types": "dist/codeshift-utils.cjs.d.ts",
77
"license": "MIT",
8-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/utils"
8+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/utils"
99
}

packages/validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/codeshift-validator.cjs.js",
55
"types": "dist/codeshift-validator.cjs.d.ts",
66
"license": "MIT",
7-
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/validator",
7+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/validator",
88
"dependencies": {
99
"@codeshift/fetcher": "^0.2.0",
1010
"@codeshift/types": "^0.0.6",

0 commit comments

Comments
 (0)