[remark-wiki-link][xs]: adjst package.json

This commit is contained in:
olayway
2023-06-06 16:58:49 +02:00
parent a592048d9a
commit 5dbb4e5f38

View File

@@ -1,10 +1,10 @@
{ {
"name": "@flowershow/remark-wiki-link", "name": "@portaljs/remark-wiki-link",
"version": "1.2.0", "version": "1.0.0",
"description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.",
"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-wiki-link" "directory": "packages/remark-wiki-link"
}, },
"keywords": [ "keywords": [
@@ -17,9 +17,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"
}, },