Skip to content

Commit 7f734a5

Browse files
committed
fix: update repository URL in package.json to reflect correct GitHub account
1 parent f567944 commit 7f734a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-sync",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "Sync OpenCode data across machines using a private GitHub repository with vector clock conflict resolution",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -60,6 +60,6 @@
6060
},
6161
"repository": {
6262
"type": "git",
63-
"url": "https://github.com/ercin/opencode-sync"
63+
"url": "https://github.com/ErcinDedeoglu/opencode-sync"
6464
}
6565
}

0 commit comments

Comments
 (0)