mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
[*] Bump version and authors info.
This commit is contained in:
parent
8b2c69b2f0
commit
95a6e32ad7
2 changed files with 22 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "advanced-merger",
|
||||
"name": "Advanced Merger",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Merge a folder of notes for easier export.",
|
||||
"author": "Anto Keinänen",
|
||||
|
|
|
|||
25
package.json
25
package.json
|
|
@ -1,7 +1,21 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"name": "obsidian-advanced-merger",
|
||||
"version": "1.3.0",
|
||||
"description": "Merge a folder of notes for easier export. This plugin is designed for Obsidian (https://obsidian.md).",
|
||||
"homepage": "https://github.com/antoKeinanen/obsidian-advanced-merger",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Dmitry Besedin",
|
||||
"email": "endarvaluk@gmail.com",
|
||||
"url": "https://github.com/EndarValuk/"
|
||||
}
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "http://example.com/donate"
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
@ -10,7 +24,10 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": {
|
||||
"name": "Anto Keinänen",
|
||||
"url": "https://github.com/antoKeinanen/"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue