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" } }