Skip to content

Commit b3659aa

Browse files
committed
Fix changeset repo config
1 parent a3f7de8 commit b3659aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "create-react-appp"
6+
"repo": "codiume/create-react-appp"
77
}
88
],
99
"commit": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-react-appp",
33
"version": "0.0.1",
44
"description": "Set up a modern react web app by running one command",
5-
"homepage": "https://github.com/codiume/create-react-appp.git",
5+
"homepage": "https://github.com/codiume/create-react-appp",
66
"keywords": [
77
"cli",
88
"react",

0 commit comments

Comments
 (0)