mirror of
https://github.com/selectstarfromusers/obsidian-task-manager.git
synced 2026-07-22 14:00:23 +00:00
Obsidian Community scorecard flagged text-decoration-line / text-decoration-color longhand properties as only partially supported by Obsidian 1.9.12. Consolidated into the shorthand form which is universally supported. Co-authored-by: Isaac
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "minimal-task-board",
|
|
"version": "0.1.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"dev": "node esbuild.config.mjs --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.20.0",
|
|
"obsidian": "^1.7.2",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|