mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
📚 docs: 5 Add author and project description
Closes: 5
This commit is contained in:
parent
69014fb27e
commit
a2389a2415
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue