-
-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shorten package.json description to address #3581
- Loading branch information
1 parent
1353a6b
commit 7cff13e
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "superProductivity", | ||
"version": "10.0.11", | ||
"description": "Experience the best ToDo app for digital professionals and get more done! Super Productivity comes with integrated time-boxing and time tracking capabilities and you can load your task from your calendars and from Jira, Gitlab, GitHub, Open Project and others all into a single ToDo list.", | ||
"description": "ToDo list and Time Tracking", | ||
"main": "./electron/main.js", | ||
"author": "Johannes Millan <[email protected]> (http://super-productivity.com)", | ||
"license": "MIT", | ||
|
@@ -228,15 +228,5 @@ | |
"angular-mentions": { | ||
"@angular/common": "$@angular/common" | ||
} | ||
}, | ||
"build": { | ||
"mac": { | ||
"productName": "SuperProductivity", | ||
"description": "Efficient task and time tracking app" | ||
}, | ||
"win": { | ||
"productName": "SuperProductivity", | ||
"description": "Efficient task and time tracking app" | ||
} | ||
} | ||
} |