[packages/core][xs]: rename to @portaljs/core

This commit is contained in:
olayway 2023-06-05 16:23:17 +02:00
parent 9ef5d52497
commit 772447df11
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# @flowershow/core
# @portaljs/core
## 0.4.13

View File

@ -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.

View File

@ -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"
},