Skip to content

Commit 3f16253

Browse files
committed
Rename plugin
1 parent c21e728 commit 3f16253

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"id": "obsidian-github-sync",
3-
"name": "GitHub Sync",
2+
"id": "github-gitless-sync",
3+
"name": "GitHub Gitless Sync",
44
"version": "1.0.0",
55
"minAppVersion": "1.7.7",
6-
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
6+
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
77
"author": "Silvano Cerza",
88
"authorUrl": "https://silvanocerza.com",
99
"fundingUrl": "https://ko-fi.com/silvanocerza",
1010
"isDesktopOnly": false
11-
}
11+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "obsidian-github-sync",
2+
"name": "github-gitless-sync",
33
"version": "1.0.0",
4-
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
4+
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

0 commit comments

Comments
 (0)