1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00

fixed up manifests

This commit is contained in:
vorotamoroz 2021-10-15 01:34:03 +09:00
parent 4b587912f2
commit 96daf46226
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-livesync",
"name": "Obsidian Live sync",
"version": "1.0.1",
"version": "0.0.6",
"minAppVersion": "0.9.12",
"description": "obsidian Live synchronization plugin.",
"author": "vorotamoroz",

View File

@ -1,14 +1,14 @@
{
"name": "obsidian-pouch",
"version": "0.12.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-livesync",
"version": "0.0.6",
"description": "obsidian Live synchronization plugin.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"author": "vorotamoroz",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",