mirror of
https://github.com/woodchen-ink/obsidian-publish-to-discourse.git
synced 2025-07-18 05:42:05 +08:00
1.0.1
This commit is contained in:
parent
0a685b2463
commit
edc6b47c12
@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": "publish-to-discourse",
|
||||
"name": "Publish to Discourse",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Publish notes to the Discourse forum.",
|
||||
"author": "WoodChen",
|
||||
"authorUrl": "https://woodchen.ink",
|
||||
"fundingUrl": "https://buymeacoffee.com/woodchen",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
}
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-publish-to-discourse",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Post notes to the Discourse forum.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@ -8,7 +8,11 @@
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": ["discourse", "publish", "post"],
|
||||
"keywords": [
|
||||
"discourse",
|
||||
"publish",
|
||||
"post"
|
||||
],
|
||||
"author": "woodchen",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"1.0.0": "1.0.0",
|
||||
"1.0.1": "1.0.1",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.0.2": "1.0.2"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user