amended the plugin manifest and package.json
This commit is contained in:
parent
a6dc16370c
commit
21658bd504
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue