Release v1.0.6: Background Timer Fix
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "focus-task",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "A Blitzit-inspired task management and focus timer plugin for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"package": "npm run build && node package-release.mjs",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user