kwhittle_obsidian-github-tools/package.json
kry-kylewhittle 3d8a8971e9 Bump version to 1.0.3: GitKraken-style auto-stash and auto-fetch
- Pull and branch switch now auto-stash uncommitted changes, perform the
  operation, then pop the stash — mirroring GitKraken's seamless default
- Background git fetch fires every 30 seconds, updating commits-behind
  counter, ribbon badge, and status bar without a full UI reload

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:51:52 +01:00

20 lines
500 B
JSON

{
"name": "obsidian-github-tools",
"version": "1.0.3",
"description": "GitHub wiki repo monitor for Obsidian",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Kyle Whittle",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}