[remark-embed][s]: rename to @portaljs/remark-embed

This commit is contained in:
olayway 2023-06-06 16:26:56 +02:00
parent 7303a492fe
commit 73d10e9771
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
# @flowershow/remark-embed
# remark-embed
Converts Youtube link surrounded by newlines in markdown to embedded iframe

View File

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