[remark-embed][s]: rename to @portaljs/remark-embed
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# @flowershow/remark-embed
|
# remark-embed
|
||||||
|
|
||||||
Converts Youtube link surrounded by newlines in markdown to embedded iframe
|
Converts Youtube link surrounded by newlines in markdown to embedded iframe
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@flowershow/remark-embed",
|
"name": "@portaljs/remark-embed",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Converts youtube link in mdx to an iframe embed",
|
"description": "Converts youtube link in mdx to an iframe embed",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/flowershow/flowershow.git",
|
"url": "git+https://github.com/datopian/portaljs.git",
|
||||||
"directory": "packages/remark-embed"
|
"directory": "packages/remark-embed"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
"author": "Rufus Pollock",
|
"author": "Rufus Pollock",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user