diff --git a/plugin b/plugin index 2f88f10..6aeb861 160000 --- a/plugin +++ b/plugin @@ -1 +1 @@ -Subproject commit 2f88f10197f8b1918a0c811694d0185999ba0a4b +Subproject commit 6aeb86186adc7054b0cf1ec80981bd5bfb3b86ae diff --git a/server/package.json b/server/package.json index 846a957..b1bdacc 100644 --- a/server/package.json +++ b/server/package.json @@ -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", diff --git a/webapp/package.json b/webapp/package.json index a67a98a..b971c2a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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",