Skip to content

Commit

Permalink
Improve module.json details
Browse files Browse the repository at this point in the history
  • Loading branch information
hacklover committed Mar 2, 2021
1 parent e268603 commit 8c4d90b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions client/module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "todo",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-terminal",
"author": {
"name": "hacklover",
"url": "https://github.com/hacklover"
},
"singleton": true,
"autostart": true,
"windows": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "owd-todo",
"version": "2.0.1",
"version": "1.4.3",
"license": "MIT",
"homepage": "https://github.com/hacklover/owd-todo",
"author": {
"name": "hacklover",
"url": "https://hacklover.net"
"url": "https://github.com/hacklover"
}
}

0 comments on commit 8c4d90b

Please sign in to comment.