Skip to content

Commit 51ecacb

Browse files
committed
fix(package.json): wrong repository url
replace wrong github repo url with proper scoped url
1 parent 6d1310a commit 51ecacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "git@github.com:frontendfixer/eslint-config-react.git"
18+
"url": "git@github.com:frontendfixer/-frontendfixer-eslint-config-react.git"
1919
},
2020
"author": {
2121
"name": "Lakshmikanta Patra",
@@ -36,7 +36,7 @@
3636
"changeset": "changeset",
3737
"release": "changeset publish",
3838
"commit": "git-cz",
39-
"acr": "git add . && pnpm commit && git push --follow-tags"
39+
"release_push": "git add . && yarn commit && yarn release && git push --follow-tags"
4040
},
4141
"peerDependencies": {
4242
"eslint": ">=8.0.0",

0 commit comments

Comments
 (0)