Last changes to template repo

This commit is contained in:
Brady Kelly 2024-03-16 14:44:20 +02:00
parent b01c4c6278
commit 226dbd7924
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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",

View File

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"2.0.0": "1.5.8"
}