Version Packages (#937)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-07 15:22:12 +02:00
committed by GitHub
parent b7158a5be6
commit 39c862627d
9 changed files with 44 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@portaljs/remark-embed",
"version": "1.0.0",
"version": "1.0.1",
"description": "Converts youtube link in mdx to an iframe embed",
"repository": {
"type": "git",
@@ -22,7 +22,9 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"unist-util-visit": "^4.1.1"
},