generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
53 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "birthday-tracker", | ||
"name": "Birthday-Tracker", | ||
"version": "1.1.6", | ||
"minAppVersion": "0.15.0", | ||
"description": "Keep track of all birthdays of your family and friends.", | ||
"author": "Marius Wörfel", | ||
"authorUrl": "https://github.com/Raboro", | ||
"isDesktopOnly": false | ||
} | ||
"id": "birthday-tracker", | ||
"name": "Birthday-Tracker", | ||
"version": "1.1.7", | ||
"minAppVersion": "0.15.0", | ||
"description": "Keep track of all birthdays of your family and friends.", | ||
"author": "Marius Wörfel", | ||
"authorUrl": "https://github.com/Raboro", | ||
"isDesktopOnly": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "birthday-tracker", | ||
"version": "1.1.6", | ||
"description": "Keep track of all birthdays of your family and friends.", | ||
"main": "src/main.js", | ||
"scripts": { | ||
"dev": "node esbuild.config.mjs", | ||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", | ||
"version": "node version-bump.mjs && git add manifest.json versions.json", | ||
"biome:write": "bunx biome check --write", | ||
"biome:ci": "bunx biome ci" | ||
}, | ||
"keywords": [], | ||
"author": "Marius Wörfel", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.1", | ||
"@types/bun": "^1.1.9", | ||
"@types/node": "^22.5.5", | ||
"builtin-modules": "4.0.0", | ||
"esbuild": "0.24.0", | ||
"obsidian": "1.7.2", | ||
"tslib": "2.7.0", | ||
"typescript": "5.6.2" | ||
} | ||
} | ||
"name": "birthday-tracker", | ||
"version": "1.1.7", | ||
"description": "Keep track of all birthdays of your family and friends.", | ||
"main": "src/main.js", | ||
"scripts": { | ||
"dev": "node esbuild.config.mjs", | ||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", | ||
"version": "node version-bump.mjs && git add manifest.json versions.json", | ||
"biome:write": "bunx biome check --write", | ||
"biome:ci": "bunx biome ci" | ||
}, | ||
"keywords": [], | ||
"author": "Marius Wörfel", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.1", | ||
"@types/bun": "^1.1.9", | ||
"@types/node": "^22.5.5", | ||
"builtin-modules": "4.0.0", | ||
"esbuild": "0.24.0", | ||
"obsidian": "1.7.2", | ||
"tslib": "2.7.0", | ||
"typescript": "5.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.0.3": "0.15.0", | ||
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0", | ||
"1.0.6": "0.15.0", | ||
"1.0.7": "0.15.0", | ||
"1.0.8": "0.15.0", | ||
"1.0.9": "0.15.0", | ||
"1.1.0": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.1.2": "0.15.0", | ||
"1.1.3": "0.15.0", | ||
"1.1.4": "0.15.0", | ||
"1.1.5": "0.15.0", | ||
"1.1.6": "0.15.0" | ||
} | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.0.3": "0.15.0", | ||
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0", | ||
"1.0.6": "0.15.0", | ||
"1.0.7": "0.15.0", | ||
"1.0.8": "0.15.0", | ||
"1.0.9": "0.15.0", | ||
"1.1.0": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.1.2": "0.15.0", | ||
"1.1.3": "0.15.0", | ||
"1.1.4": "0.15.0", | ||
"1.1.5": "0.15.0", | ||
"1.1.6": "0.15.0", | ||
"1.1.7": "0.15.0" | ||
} |