[remark-callouts][xs]: adjst fields in package.json

This commit is contained in:
olayway
2023-06-06 16:19:15 +02:00
parent 93f5316bd4
commit e25f1f2cd2

View File

@@ -1,10 +1,10 @@
{ {
"name": "@flowershow/remark-callouts", "name": "@portaljs/remark-callouts",
"version": "1.0.0", "version": "1.0.0",
"description": "remark plugin to add support for blockquote-based admonitions/callouts", "description": "Remark plugin to add support for blockquote-based admonitions/callouts",
"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-callouts" "directory": "packages/remark-callouts"
}, },
"keywords": [ "keywords": [
@@ -18,9 +18,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"
}, },