From 226dbd79246a58704a44e6fc39e48e54bb819bec Mon Sep 17 00:00:00 2001 From: Brady Kelly Date: Sat, 16 Mar 2024 14:44:20 +0200 Subject: [PATCH] Last changes to template repo --- main.ts | 1 + package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 2d07212..fb02430 100644 --- a/main.ts +++ b/main.ts @@ -1,6 +1,7 @@ import { App, Editor, MarkdownView, Modal, Notice, Plugin, PluginSettingTab, Setting } from 'obsidian'; // Remember to rename these classes and interfaces! +// TODO: Attribution for original repo with MIT license. interface MyPluginSettings { mySetting: string; diff --git a/package.json b/package.json index 54016e1..199dac4 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": [], - "author": "", + "keywords": ["obsidian", "plugin"], + "author": "Brady Kelly", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/versions.json b/versions.json index 26382a1..c8dc6a2 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "2.0.0": "1.5.8" }