Skip to content

Commit

Permalink
Merge branch 'master' into parametrized-start
Browse files Browse the repository at this point in the history
  • Loading branch information
merencia committed Jul 21, 2020
2 parents 2153cde + 1dd2e57 commit 5c85c84
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 62 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Arguments:
#### Options

- **scheduled**: A `boolean` to set if the created task is scheduled. Default `true`;
- **timezone**: The timezone that is used for job scheduling;
- **timezone**: The timezone that is used for job scheduling. See [tz-offset](https://github.com/node-cron/tz-offset/blob/master/generated/offsets.json) for valid values.

**Example**:

Expand Down
98 changes: 38 additions & 60 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"sinon": "^7.3.2"
},
"dependencies": {
"tz-offset": "0.0.1"
"tz-offset": "0.0.2"
}
}

0 comments on commit 5c85c84

Please sign in to comment.