mirror of
https://github.com/yildbs/obsidian-harada-method-plugin.git
synced 2026-07-22 07:40:28 +00:00
update to 1.0.13
This commit is contained in:
parent
ddcb247529
commit
36798e5c27
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "draw-harada-method",
|
||||
"name": "Draw Harada Method",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.13",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This plugin is used to draw the harada method. Create your own 1 goal, 8 plans, and 64 actions",
|
||||
"author": "yildbs",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "draw-harada-method",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "draw-harada-method",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.13",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import { HaradaMethod } from "./harada";
|
|||
|
||||
// Remember to rename these classes and interfaces!
|
||||
|
||||
|
||||
interface ObsidianHaradaMethodPluginSettings {
|
||||
goalBackgroundColor: string;
|
||||
keyplanBackgroundColor: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue