update package descriptions

This commit is contained in:
Maxime Cannoodt 2022-07-11 12:04:53 +02:00
parent 777a79d08a
commit 67408f14af
3 changed files with 6 additions and 3 deletions

2
plugin

@ -1 +1 @@
Subproject commit 2f88f10197f8b1918a0c811694d0185999ba0a4b
Subproject commit 6aeb86186adc7054b0cf1ec80981bd5bfb3b86ae

View File

@ -1,7 +1,7 @@
{
"name": "obsidian-note-sharing-server",
"version": "0.0.1",
"description": "",
"description": "Express + SQLite3 + Prisma app for hosting encrypted notes.",
"main": "server.js",
"scripts": {
"test": "run-s test:db:reset test:test",

View File

@ -1,6 +1,9 @@
{
"name": "obsidian-note-sharing-server",
"name": "obsidian-note-sharing-webapp",
"version": "0.0.1",
"description": "SvelteKit webapp for fetching, decrypting and rendering obsidian notes.",
"author": "Maxime Cannoodt (mcndt)",
"license": "MIT",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",