From e7ab96538cab608f62b668f8aa67784ac18b5ee3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 10 Jun 2025 09:09:18 +0300 Subject: [PATCH] refactor(share): update package meta --- packages/share-theme/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/share-theme/package.json b/packages/share-theme/package.json index c36f48dcb..f6e6089e2 100644 --- a/packages/share-theme/package.json +++ b/packages/share-theme/package.json @@ -1,7 +1,7 @@ { "name": "@triliumnext/share-theme", "version": "1.0.3", - "description": "", + "description": "Adaptation of the trilium.rocks share theme", "main": "index.js", "scripts": { "build": "esrun scripts/build.ts", @@ -16,8 +16,11 @@ "./scripts/*": "./src/scripts/*", "./*": "./dist/*" }, - "author": "", - "license": "ISC", + "author": "Elian Doran ", + "contributors": [ + "Zerebos " + ], + "license": "Apache-2.0", "devDependencies": { "@digitak/esrun": "^3.2.24", "@types/swagger-ui": "^3.52.0",