From 67709b465c42efa27465fc85cec7d290de13d29e Mon Sep 17 00:00:00 2001 From: willyjchen Date: Thu, 26 Dec 2019 11:24:11 +0800 Subject: [PATCH] docs(): change repository.url to "nestjs/schedule" The reference of repository in npm page is wrong. Change the package.json to fix. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26a17de7..e57306d8 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/nestjs/config" + "url": "https://github.com/nestjs/schedule" } }