amended the plugin manifest and package.json

This commit is contained in:
Nathan-CSE 2025-05-08 20:10:12 +10:00
parent a6dc16370c
commit 21658bd504
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{
"id": "grid-background",
"name": "Grid Background",
"id": "bookify",
"name": "Bookify",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Adds a customisable grid background to note views.",
"description": "Adds notebook styling to your editor.",
"author": "Nathan Nguyen",
"isDesktopOnly": false
}

View File

@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"name": "bookify",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "Adds notebook styling to your editor.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",