-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
07419f8
commit 9dc99fe
Showing
2 changed files
with
37 additions
and
37 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,13 +1,13 @@ | ||
{ | ||
"id": "spotify-link", | ||
"name": "Spotify Link", | ||
"version": "1.6.0", | ||
"minAppVersion": "0.15.0", | ||
"description": "Include the song you're currently listening to in your note.", | ||
"author": "Studio Webux", | ||
"authorUrl": "https://studiowebux.com", | ||
"isDesktopOnly": false, | ||
"fundingUrl": { | ||
"Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux" | ||
} | ||
"id": "spotify-link", | ||
"name": "Spotify Link", | ||
"version": "1.7.0", | ||
"minAppVersion": "0.15.0", | ||
"description": "Include the song you're currently listening to in your note.", | ||
"author": "Studio Webux", | ||
"authorUrl": "https://studiowebux.com", | ||
"isDesktopOnly": false, | ||
"fundingUrl": { | ||
"Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux" | ||
} | ||
} |
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,28 +1,28 @@ | ||
{ | ||
"name": "spotify-link", | ||
"version": "1.6.0", | ||
"description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", | ||
"main": "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" | ||
}, | ||
"keywords": [ | ||
"music", | ||
"spotify", | ||
"obsidian" | ||
], | ||
"author": "Studio Webux", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^16.11.6", | ||
"@typescript-eslint/eslint-plugin": "5.29.0", | ||
"@typescript-eslint/parser": "5.29.0", | ||
"builtin-modules": "3.3.0", | ||
"esbuild": "0.17.3", | ||
"obsidian": "latest", | ||
"tslib": "2.4.0", | ||
"typescript": "4.7.4" | ||
} | ||
"name": "spotify-link", | ||
"version": "1.7.0", | ||
"description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", | ||
"main": "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" | ||
}, | ||
"keywords": [ | ||
"music", | ||
"spotify", | ||
"obsidian" | ||
], | ||
"author": "Studio Webux", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^16.11.6", | ||
"@typescript-eslint/eslint-plugin": "5.29.0", | ||
"@typescript-eslint/parser": "5.29.0", | ||
"builtin-modules": "3.3.0", | ||
"esbuild": "0.17.3", | ||
"obsidian": "latest", | ||
"tslib": "2.4.0", | ||
"typescript": "4.7.4" | ||
} | ||
} |