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
```
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

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",
"version": "1.0.2",
"author": "Adam Matthiesen <adam@matthiesen.xyz>",
"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"
},