[packages/core][xs]: rename to @portaljs/core
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# @flowershow/core
|
# @portaljs/core
|
||||||
|
|
||||||
## 0.4.13
|
## 0.4.13
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user