📚 docs: 5 Add author and project description

Closes: 5
This commit is contained in:
Nathan Smith 2024-01-31 15:03:08 +00:00
parent 69014fb27e
commit a2389a2415
2 changed files with 7 additions and 5 deletions

View file

@ -3,9 +3,8 @@
"name": "GitHub Link",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"description": "Enrich your notes with content from GitHub REST API",
"author": "Nathonius",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"authorUrl": "https://nathan-smith.org/",
"isDesktopOnly": false
}

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-github-link",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "An Obsidian plugin enriching notes with data from GitHub's REST API",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
@ -9,7 +9,10 @@
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"author": {
"name": "Nathonius",
"url": "https://nathan-smith.org/"
},
"license": "MIT",
"devDependencies": {
"@codemirror/view": "^6.23.0",