Repo Moved Org, same for NPM

This commit is contained in:
Adam Matthiesen 2024-01-15 22:58:43 -08:00
parent 8975fe960b
commit 9890ace68c
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ This package contains a independent copy of the tryghost content-api.js that is
## Installation ## Installation
``` ```
npm install @adammatthiesen/astro-ghostcms npm i @matthiesenxyz/astro-ghostcms
``` ```
Must create `.env` with the following: Must create `.env` with the following:
@ -28,7 +28,7 @@ Dependencies:
Basic Usage: Basic Usage:
``` ```
import { getGhostPosts } from "@adammatthiesen/astro-ghostcms"; import { getGhostPosts } from "@matthiesenxyz/astro-ghostcms";
``` ```
- getGhostPosts() - Get list of posts - getGhostPosts() - Get list of posts

View File

@ -1,18 +1,18 @@
{ {
"name": "@adammatthiesen/astro-ghostcms", "name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "1.0.2", "version": "1.0.3",
"author": "Adam Matthiesen <adam@matthiesen.xyz>", "author": "MatthiesenXYZ (https://matthiesen.xyz)",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Adammatthiesen/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
}, },
"bugs": { "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": { "exports": {
".": "./index.ts" ".": "./index.ts"
}, },