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",