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" },