mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Rename plugin
This commit is contained in:
parent
c21e728e3c
commit
3f16253487
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue