Skip to content

Commit dea407f

Browse files
committed
Added package.json
1 parent 714418a commit dea407f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.husky/pre-push

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
branch="$(git rev-parse --abbrev-ref HEAD)"
22

3-
if [ "$branch" = "main" ]; then
4-
echo "You can't push directly to main - please check out a branch."
5-
exit 1
6-
fi
3+
# if [ "$branch" = "main" ]; then
4+
# echo "You can't push directly to main - please check out a branch."
5+
# exit 1
6+
# fi
77

88
npm run compile
99

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/RooVetGit/Roo-Code"
20+
"url": "https://github.com/trypear/PearAI-Roo-Code"
2121
},
22-
"homepage": "https://github.com/RooVetGit/Roo-Code",
22+
"homepage": "https://github.com/trypear/PearAI-Roo-Code",
2323
"categories": [
2424
"AI",
2525
"Chat",
@@ -51,16 +51,16 @@
5151
"main": "./dist/extension.js",
5252
"contributes": {
5353
"viewsContainers": {
54-
"activitybar": [
54+
"auxiliarybar": [
5555
{
56-
"id": "roo-cline-ActivityBar",
57-
"title": "Roo Code",
56+
"id": "pearai-roo-cline",
57+
"title": "PearAI Agent",
5858
"icon": "$(rocket)"
5959
}
6060
]
6161
},
6262
"views": {
63-
"roo-cline-ActivityBar": [
63+
"pearai-roo-cline": [
6464
{
6565
"type": "webview",
6666
"id": "roo-cline.SidebarProvider",

0 commit comments

Comments
 (0)