Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2e2400e

Browse files
committed
build: Improve product information in package.json
1 parent 6c36c47 commit 2e2400e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "trilium",
3-
"productName": "Trilium Notes",
4-
"description": "Build your personal knowledge base with Trilium Notes",
3+
"productName": "TriliumNext Notes",
4+
"description": "Build your personal knowledge base with TriliumNext Notes",
55
"version": "0.90.0-beta",
66
"license": "AGPL-3.0-only",
77
"main": "./dist/electron.js",
88
"author": {
9-
"name": "zadam",
10-
"email": "[email protected]",
11-
"url": "https://github.com/zadam"
9+
"name": "TriliumNext Notes Teams",
10+
"email": "[email protected]",
11+
"url": "https://github.com/TriliumNext/Notes"
1212
},
1313
"copyright": "",
1414
"bin": {
1515
"trilium": "src/www.js"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/zadam/trilium.git"
19+
"url": "https://github.com/TriliumNext/Notes.git"
2020
},
2121
"scripts": {
2222
"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",

0 commit comments

Comments
 (0)