Skip to content

Commit

Permalink
update package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Jul 11, 2022
1 parent 777a79d commit 67408f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 67408f1

Please sign in to comment.