diff --git a/netlify.toml b/netlify.toml index 2385d57b..17ec1ff8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,8 +9,6 @@ ### # PLUGINS ### -[[plugins]] - package = "/plugins/fetch-scrobbles" [[plugins]] package = "netlify-plugin-webmentions" [plugins.inputs] diff --git a/package-lock.json b/package-lock.json index 1ec603a3..ea8e7d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "14.0.0", + "version": "14.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "14.0.0", + "version": "14.0.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", diff --git a/package.json b/package.json index 26614adc..de9d607b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "14.0.0", + "version": "14.0.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {