Skip to content

Commit

Permalink
feat: shorten package.json description to address #3581
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Oct 22, 2024
1 parent 1353a6b commit 7cff13e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
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",
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 7cff13e

Please sign in to comment.