Skip to content

Commit 936acf3

Browse files
committed
feat: update default registry and store properties
1 parent faa7189 commit 936acf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@owlplug/owlplug-registry-tools",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

src/build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports.buildStore = () => {
88
console.log("Building the legacy store...");
99

1010
let registry = {
11-
name: "OwlPlug central",
11+
name: "OwlPlug Central Store",
1212
url: "https://central.owlplug.com",
1313
schemaVersion: "1.2.0",
1414
products: []
@@ -68,8 +68,8 @@ module.exports.buildRegistry = () => {
6868
console.log("Building the registry...");
6969

7070
let registry = {
71-
name: "OwlPlug central",
72-
url: "https://central.owlplug.com",
71+
name: "OwlPlug Registry",
72+
url: "https://registry.owlplug.com",
7373
schemaVersion: "1.2.0",
7474
packages: {}
7575
}

0 commit comments

Comments
 (0)