Rename plugin

This commit is contained in:
Silvano Cerza 2025-03-09 18:54:51 +01:00
parent c21e728e3c
commit 3f16253487
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"id": "obsidian-github-sync",
"name": "GitHub Sync",
"id": "github-gitless-sync",
"name": "GitHub Gitless Sync",
"version": "1.0.0",
"minAppVersion": "1.7.7",
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
"author": "Silvano Cerza",
"authorUrl": "https://silvanocerza.com",
"fundingUrl": "https://ko-fi.com/silvanocerza",
"isDesktopOnly": false
}
}

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-github-sync",
"name": "github-gitless-sync",
"version": "1.0.0",
"description": "Sync a GitHub repository with Obsidian vaults on different platforms",
"description": "Sync a GitHub repository with vaults on different platforms without requiring git installation",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",