Skip to content

Commit

Permalink
Add missing package with Hyperspace extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 22, 2023
1 parent ab3bce0 commit 11f8f37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rowan/components/Core.ston
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RwSimpleProjectLoadComponentV2 {
#packageNames : [
'Stargate-Model',
'Stargate-Extensions',
'Stargate-Hyperspace-Extensions',
'Stargate-GS64-Extensions',
'Stargate-JSONWebToken-Extensions',
'Stargate-NeoJSON-Extensions',
Expand All @@ -22,6 +23,7 @@ RwSimpleProjectLoadComponentV2 {
#packageNameToPlatformPropertiesMap : {
'Stargate-Model' : { 'symbolDictName' : 'Stargate' },
'Stargate-Extensions' : { 'symbolDictName' : 'Globals' },
'Stargate-Hyperspace-Extensions' : { 'symbolDictName' : 'Hyperspace' },
'Stargate-GS64-Extensions' : { 'symbolDictName' : 'Globals' },
'Stargate-JSONWebToken-Extensions' : { 'symbolDictName' : 'JSONWebToken' },
'Stargate-NeoJSON-Extensions' : { 'symbolDictName' : 'NeoJSON' },
Expand Down

0 comments on commit 11f8f37

Please sign in to comment.