From fdfadbecd4136b1496eff29b88c5b359be1b865c Mon Sep 17 00:00:00 2001 From: coturiv <5830587+coturiv@users.noreply.github.com> Date: Thu, 28 May 2020 16:59:07 +0800 Subject: [PATCH] Correct repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 552a0d3..b4d5354 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "browserMin": "dist/umd/custom-tooltips.min.js", "repository": { "type": "git", - "url": "https://githubom/coreui/coreui-plugin-chartjs-custom-tooltips.git" + "url": "https://github.com/coreui/coreui-plugin-chartjs-custom-tooltips.git" }, "scripts": { "clean": "rimraf dist",