We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266b1a commit a16f087Copy full SHA for a16f087
1 file changed
package.json
@@ -3,6 +3,10 @@
3
"version": "1.0.0",
4
"description": "",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/FreaKzero/friendly-node-cron",
9
+ },
10
"scripts": {
11
"pretty": "prettier ./ --write --single-quote",
12
"test:watch": "TESTWATCH=true nodemon ./test.js",
0 commit comments