Skip to content

Commit 364a307

Browse files
committed
Depencency update
1 parent 000d935 commit 364a307

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexagon/croner",
3-
"version": "9.0.1-dev.3",
3+
"version": "9.1.0",
44
"exports": "./src/croner.ts",
55
"lint": {
66
"include": ["src", "build"]

docs/src/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Cron for JavaScript and TypeScript"
77
},
88
"substitute": {
9-
"$CRONER_VERSION": "8.1.2"
9+
"$CRONER_VERSION": "9.1.0"
1010
},
1111
"top_links": [
1212
{

docs/src/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ We recommend using VS Code with eslint extensions, which will automatically chec
4545

4646
### Testing your changes
4747

48-
Make sure you add test cases for your changes. While developing, use `npm run test` to run run quick tests against `/src/*`.
48+
Make sure you add test cases for your changes. While developing, use `deno task test` to run run quick tests against `/src/*`.
4949

5050
### Commit your update
5151

52-
Please run `npm run build` before committing, to update the dist-files, and to make sure every test and check passes. When using this command, both source code, and all generated code will be tested, so it can take a while.
52+
Please run `deno task build` before committing, to update the dist-files, and to make sure every test and check passes. When using this command, both source code, and all generated code will be tested, so it can take a while.
5353

54-
If you make changes to any function Interface, or to JSDoc in general, you should also run `npm run build:docs` to update the generated documentation.
54+
If you make changes to any function Interface, or to JSDoc in general, you should also run `deno task build:docs` to update the generated documentation.
5555

5656
See [package.json](https://github.com/Hexagon/croner/blob/master/package.json) scripts section for all available scripts.
5757

0 commit comments

Comments
 (0)