fix name and description

This commit is contained in:
Grol Grol 2025-02-17 15:13:01 +03:00
parent 2ff122bf60
commit 8a1316ca15

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"name": "checkbox-sync",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",