Skip to content

Commit 486dc55

Browse files
committed
Merge branch 'main' into dev
2 parents 687b311 + 22e3b14 commit 486dc55

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
"version": "1.2.0",
44
"description": "Friendlier, human readable expressions for node-cron",
55
"main": "index.js",
6+
"homepage": "https://github.com/FreaKzero/friendly-node-cron#readme",
67
"repository": {
78
"type": "git",
8-
"url": "https://github.com/FreaKzero/friendly-node-cron"
9+
"url": "git+https://github.com/FreaKzero/friendly-node-cron.git"
910
},
11+
"bugs": {
12+
"url": "https://github.com/FreaKzero/friendly-node-cron/issues"
13+
},
14+
"keywords": [
15+
"cron",
16+
"node-cron"
17+
],
1018
"scripts": {
1119
"pretty": "prettier ./ --write --single-quote",
1220
"test:watch": "TESTWATCH=true nodemon ./test.js",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ![publish](https://github.com/FreaKzero/friendly-node-cron/actions/workflows/publish.yml/badge.svg)
44

5-
Friendlier, human readable expressions for node-cron
5+
Friendlier, human readable expressions for node-cron
66
Inspired by https://github.com/jkriss/friendly-cron
77

88
How to install:

0 commit comments

Comments
 (0)