[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 ## 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", "name": "@portaljs/core",
"version": "0.4.13", "version": "1.0.0",
"description": "Core Flowershow components, configs and utils.", "description": "Core Portal.JS components, configs and utils.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/flowershow/flowershow.git", "url": "git+https://github.com/datopian/portaljs.git",
"directory": "packages/core" "directory": "packages/core"
}, },
"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"
}, },