diff --git a/README.md b/README.md index 957ba833..02382f00 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package contains a independent copy of the tryghost content-api.js that is ## Installation ``` -npm install @adammatthiesen/astro-ghostcms +npm i @matthiesenxyz/astro-ghostcms ``` Must create `.env` with the following: @@ -28,7 +28,7 @@ Dependencies: Basic Usage: ``` -import { getGhostPosts } from "@adammatthiesen/astro-ghostcms"; +import { getGhostPosts } from "@matthiesenxyz/astro-ghostcms"; ``` - getGhostPosts() - Get list of posts diff --git a/package.json b/package.json index d0b06e2f..06860fc0 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { - "name": "@adammatthiesen/astro-ghostcms", + "name": "@matthiesenxyz/astro-ghostcms", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", - "version": "1.0.2", - "author": "Adam Matthiesen ", + "version": "1.0.3", + "author": "MatthiesenXYZ (https://matthiesen.xyz)", "type": "module", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/Adammatthiesen/astro-ghostcms.git" + "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" }, "bugs": { - "url": "https://github.com/Adammatthiesen/astro-ghostcms/issues" + "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues" }, - "homepage": "https://github.com/Adammatthiesen/astro-ghostcms", + "homepage": "https://github.com/MatthiesenXYZ/astro-ghostcms", "exports": { ".": "./index.ts" },