Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
(please dont break please dont break please dont break)
  • Loading branch information
SiddharthShyniben committed Mar 21, 2021
1 parent 4b49653 commit f0e9d42
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ The tags will automagically get filled with the specified stats. <u>**_This give
* `<td-cwsc>`: The number of weeks you have completed your weekly goal (known as a weekly streak)
* `<td-cwsf>`: The day on which your current Todoist weekly streak has started
* `<td-cwst>`: The day on which your current Todoist daily streak has ended (most of the time this will be this week or last week)
<!-- Then... -->
* `<td-mdsc>`: The length of your longest daily streak
* `<td-mdsf>`: The day on which your longest Todoist daily streak has started
* `<td-mdst>`: The day on which your longest Todoist daily streak has ended
Expand Down
51 changes: 31 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": " Updates README with your Todoist stats",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.2.5",
"axios": "^0.20.0",
"@actions/core": "^1.2.6",
"axios": "^0.21.1",
"child_process": "^1.0.2",
"dayjs": "^1.9.7",
"humanize-plus": "^1.8.2",
Expand Down

0 comments on commit f0e9d42

Please sign in to comment.