diff --git a/packages/remark-embed/README.md b/packages/remark-embed/README.md index b841f4b2..46a104ca 100644 --- a/packages/remark-embed/README.md +++ b/packages/remark-embed/README.md @@ -1,3 +1,3 @@ -# @flowershow/remark-embed +# remark-embed Converts Youtube link surrounded by newlines in markdown to embedded iframe diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index 06d608db..4818de53 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -1,10 +1,10 @@ { - "name": "@flowershow/remark-embed", + "name": "@portaljs/remark-embed", "version": "1.0.0", "description": "Converts youtube link in mdx to an iframe embed", "repository": { "type": "git", - "url": "git+https://github.com/flowershow/flowershow.git", + "url": "git+https://github.com/datopian/portaljs.git", "directory": "packages/remark-embed" }, "keywords": [ @@ -16,9 +16,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" },