Skip to content

Commit

Permalink
build: Improve product information in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 20, 2024
1 parent 6c36c47 commit 2e2400e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "trilium",
"productName": "Trilium Notes",
"description": "Build your personal knowledge base with Trilium Notes",
"productName": "TriliumNext Notes",
"description": "Build your personal knowledge base with TriliumNext Notes",
"version": "0.90.0-beta",
"license": "AGPL-3.0-only",
"main": "./dist/electron.js",
"author": {
"name": "zadam",
"email": "zadam.apps@gmail.com",
"url": "https://github.com/zadam"
"name": "TriliumNext Notes Teams",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
"copyright": "",
"bin": {
"trilium": "src/www.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zadam/trilium.git"
"url": "https://github.com/TriliumNext/Notes.git"
},
"scripts": {
"start-server": "cross-env TRILIUM_SAFE_MODE=1 TRILIUM_DATA_DIR=./data TRILIUM_ENV=dev TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 nodemon src/www.ts",
Expand Down

0 comments on commit 2e2400e

Please sign in to comment.