File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments