update package descriptions
This commit is contained in:
2
plugin
2
plugin
Submodule plugin updated: 2f88f10197...6aeb86186a
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-note-sharing-server",
|
"name": "obsidian-note-sharing-server",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "Express + SQLite3 + Prisma app for hosting encrypted notes.",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "run-s test:db:reset test:test",
|
"test": "run-s test:db:reset test:test",
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-note-sharing-server",
|
"name": "obsidian-note-sharing-webapp",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"description": "SvelteKit webapp for fetching, decrypting and rendering obsidian notes.",
|
||||||
|
"author": "Maxime Cannoodt (mcndt)",
|
||||||
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "svelte-kit dev",
|
"dev": "svelte-kit dev",
|
||||||
"build": "svelte-kit build",
|
"build": "svelte-kit build",
|
||||||
|
|||||||
Reference in New Issue
Block a user