From be84a49dbee11d68efe6be0961e11669b9c6e79c Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Tue, 28 Oct 2025 09:31:41 +1300 Subject: [PATCH] Update package name and URLs --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 965b2ab..53cada2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "eleventy-api-indieweb-avatar", + "name": "@11ty/api-opengraph-image", "version": "1.0.0", - "description": "A runtime service to extract avatar images from the HTML on a web site.", + "description": "A runtime service to extract OpenGraph images from the HTML on a web site.", "scripts": { "start": "npx vercel dev" }, @@ -10,7 +10,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/11ty/indieweb-avatar.git" + "url": "git+https://github.com/11ty/api-opengraph-image.git" }, "author": { "name": "Zach Leatherman", @@ -19,9 +19,9 @@ }, "keywords": [], "bugs": { - "url": "https://github.com/11ty/indieweb-avatar/issues" + "url": "https://github.com/11ty/api-opengraph-image/issues" }, - "homepage": "https://github.com/11ty/indieweb-avatar#readme", + "homepage": "https://github.com/11ty/api-opengraph-image#readme", "dependencies": { "@11ty/eleventy-img": "^6.0.1", "cheerio": "^1.0.0"