From e25f1f2cd26f8bf1f687fc9da0c43961ebec1220 Mon Sep 17 00:00:00 2001 From: olayway Date: Tue, 6 Jun 2023 16:19:15 +0200 Subject: [PATCH] [remark-callouts][xs]: adjst fields in package.json --- packages/remark-callouts/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 7056813d..487cad69 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,10 +1,10 @@ { - "name": "@flowershow/remark-callouts", + "name": "@portaljs/remark-callouts", "version": "1.0.0", - "description": "remark plugin to add support for blockquote-based admonitions/callouts", + "description": "Remark plugin to add support for blockquote-based admonitions/callouts", "repository": { "type": "git", - "url": "git+https://github.com/flowershow/flowershow.git", + "url": "git+https://github.com/datopian/portaljs.git", "directory": "packages/remark-callouts" }, "keywords": [ @@ -18,9 +18,9 @@ "author": "Rufus Pollock", "license": "MIT", "bugs": { - "url": "https://github.com/flowershow/flowershow/issues" + "url": "https://github.com/datopian/portaljs/issues" }, - "homepage": "https://github.com/flowershow/flowershow#readme", + "homepage": "https://github.com/datopian/portaljs#readme", "publishConfig": { "access": "public" },