Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
Add rrule from a git commit hash
Browse files Browse the repository at this point in the history
A required fix is added in jkbrzt/rrule#444
Until that PR is merged, we will use the source commit directly.
  • Loading branch information
tgrosinger committed Jan 29, 2021
1 parent cb175d9 commit 26105bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"neverthrow": "3.0.0",
"obsidian-calendar-ui": "0.2.1",
"obsidian-daily-notes-interface": "0.5.1",
"rrule": "/rrule",
"rrule": "https://github.com/olemartinorg/rrule/archive/0f19f34cd7ff186df856477c65eb8717073a096c.tar.gz",
"svelte": "3.31.0"
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4067,8 +4067,9 @@ rollup@2.35.1:
optionalDependencies:
fsevents "~2.1.2"

"rrule@file:../rrule":
"rrule@https://github.com/olemartinorg/rrule/archive/0f19f34cd7ff186df856477c65eb8717073a096c.tar.gz":
version "2.6.6"
resolved "https://github.com/olemartinorg/rrule/archive/0f19f34cd7ff186df856477c65eb8717073a096c.tar.gz#50e891177617da9d506cf57f595b0f17f4a6d7f0"
dependencies:
tslib "^1.10.0"
optionalDependencies:
Expand Down

0 comments on commit 26105bd

Please sign in to comment.