update to 1.0.13

This commit is contained in:
illo.yoon 2023-04-29 00:30:30 +09:00
parent ddcb247529
commit 36798e5c27
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "draw-harada-method", "id": "draw-harada-method",
"name": "Draw Harada Method", "name": "Draw Harada Method",
"version": "1.0.8", "version": "1.0.13",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "This plugin is used to draw the harada method. Create your own 1 goal, 8 plans, and 64 actions", "description": "This plugin is used to draw the harada method. Create your own 1 goal, 8 plans, and 64 actions",
"author": "yildbs", "author": "yildbs",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "draw-harada-method", "name": "draw-harada-method",
"version": "1.0.8", "version": "1.0.13",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "draw-harada-method", "name": "draw-harada-method",
"version": "1.0.8", "version": "1.0.13",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.6", "@types/node": "^16.11.6",

View file

@ -3,6 +3,7 @@ import { HaradaMethod } from "./harada";
// Remember to rename these classes and interfaces! // Remember to rename these classes and interfaces!
interface ObsidianHaradaMethodPluginSettings { interface ObsidianHaradaMethodPluginSettings {
goalBackgroundColor: string; goalBackgroundColor: string;
keyplanBackgroundColor: string; keyplanBackgroundColor: string;