Skip to content

Commit e624112

Browse files
committed
🔧 fix: pattern
1 parent c08ce5f commit e624112

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cron",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Plugin for Elysia that add support for running cronjob",
55
"author": {
66
"name": "saltyAom",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ export const cron =
5555
})
5656
}
5757

58+
export { Patterns } from './schedule'
59+
5860
export default cron
File renamed without changes.

0 commit comments

Comments
 (0)