Skip to content

Commit a16f087

Browse files
committed
fix: add repository in package.json
1 parent 5266b1a commit a16f087

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/FreaKzero/friendly-node-cron",
9+
},
610
"scripts": {
711
"pretty": "prettier ./ --write --single-quote",
812
"test:watch": "TESTWATCH=true nodemon ./test.js",

0 commit comments

Comments
 (0)