From 772447df11b95f8d6fc9543fbea037ec7a0406dd Mon Sep 17 00:00:00 2001 From: olayway Date: Mon, 5 Jun 2023 16:23:17 +0200 Subject: [PATCH] [packages/core][xs]: rename to @portaljs/core --- packages/core/CHANGELOG.md | 2 +- packages/core/README.md | 4 ++-- packages/core/package.json | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a309a216..a647bd3e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# @flowershow/core +# @portaljs/core ## 0.4.13 diff --git a/packages/core/README.md b/packages/core/README.md index e372cb42..e0b6532a 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,3 +1,3 @@ -# @flowershow/core +# @datopian/core -Core Flowershow package containing components, styles, utils etc. used by Flowershow templates. +Core Portal.JS package containing components, styles, and utils. diff --git a/packages/core/package.json b/packages/core/package.json index f0e1488f..6d100222 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,18 +1,18 @@ { - "name": "@flowershow/core", - "version": "0.4.13", - "description": "Core Flowershow components, configs and utils.", + "name": "@portaljs/core", + "version": "1.0.0", + "description": "Core Portal.JS components, configs and utils.", "repository": { "type": "git", - "url": "git+https://github.com/flowershow/flowershow.git", + "url": "git+https://github.com/datopian/portaljs.git", "directory": "packages/core" }, "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" },