From 8ce75b2387f70ec495149d1eab260203efe43241 Mon Sep 17 00:00:00 2001 From: Jose Salvatierra Date: Thu, 5 May 2022 16:38:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=88=20(Outbound=20link=20tracking)=20U?= =?UTF-8?q?pdate=20`vuepress-plugin-plausible`=20to=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds outbound link tracking option in the vuepress config. --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33ef2b1..a993b2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "markdown-it-footnote": "^3.0.3", "markdown-it-task-lists": "^2.1.1", - "vuepress-plugin-plausible": "github:tecladocode/vuepress-plugin-plausible" + "vuepress-plugin-plausible": "^0.0.3" }, "devDependencies": { "surge": "^0.21.7", @@ -14394,9 +14394,9 @@ } }, "node_modules/vuepress-plugin-plausible": { - "version": "0.0.2", - "resolved": "git+ssh://git@github.com/tecladocode/vuepress-plugin-plausible.git#7da43abc8ba97f21ab9f13455dac00787464771b", - "license": "MIT", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.3.tgz", + "integrity": "sha512-Axsa9VBAiVD8W0VvHWn6iQ2D5pS7hnzIsVBYj1GfjxnZVod09OIVEwP/c9++8ABtix95A1OgA6KNI4BskBx3zw==", "engines": { "node": ">=8" } @@ -26827,8 +26827,9 @@ } }, "vuepress-plugin-plausible": { - "version": "git+ssh://git@github.com/tecladocode/vuepress-plugin-plausible.git#7da43abc8ba97f21ab9f13455dac00787464771b", - "from": "vuepress-plugin-plausible@github:tecladocode/vuepress-plugin-plausible" + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.3.tgz", + "integrity": "sha512-Axsa9VBAiVD8W0VvHWn6iQ2D5pS7hnzIsVBYj1GfjxnZVod09OIVEwP/c9++8ABtix95A1OgA6KNI4BskBx3zw==" }, "vuepress-plugin-smooth-scroll": { "version": "0.0.3", diff --git a/package.json b/package.json index 256c8c1..e4106dc 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": { "markdown-it-footnote": "^3.0.3", "markdown-it-task-lists": "^2.1.1", - "vuepress-plugin-plausible": "github:tecladocode/vuepress-plugin-plausible" + "vuepress-plugin-plausible": "^0.0.3" } }