set package name & description

This commit is contained in:
froehlichA 2023-03-18 16:59:08 +01:00
parent 2897256419
commit 390317858a
3 changed files with 3706 additions and 9 deletions

View file

@ -1,11 +1,11 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"id": "obsidian-avatar",
"name": "Avatar",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Display an avatar image in front of your notes.",
"author": "froehlichA",
"authorUrl": "https://github.com/froehlichA/obsidian-avatar",
"fundingUrl": "https://github.com/froehlichA/obsidian-avatar",
"isDesktopOnly": false
}

3697
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"name": "obsidian-avatar",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "An obsidian plugin for displaying an avatar image in front of your notes. ",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
@ -9,7 +9,7 @@
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"author": "froehlichA",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",